Html Css Color HEX #742F28 Auburn

📋 copy color: '#742F28'

red 116 ◦ green 47 ◦ blue 40

#742F28
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Auburn #742F28

Tints of Auburn #742F28

RGB

 RED value IS 116 (45.7% from 255) = 57.14%

 GREEN value IS 47 (18.75% from 255) = 23.15%

 BLUE value IS 40 (16.02% from 255) = 19.7%

R = 57.14%
G = 23.15%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.66

 K value IS 0.55

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#742F28 (or 0x742F28) is known color: Auburn. HEX triplet: 74, 2F and 28. RGB value is (116,47,40). Sum of RGB (Red+Green+Blue) = 116+47+40=203 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.14% from 203); Green value is 47 (18.75% from 255 or 23.15% from 203); Blue value is 40 (16.02% from 255 or 19.70% from 203); Max value from RGB is 116 - color contains mainly: red. Hex color #742F28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742F28 is #8BD0D7. Grayscale: #424242. Windows color (decimal): -9162968 or 2633588. OLE color: 2633588.

HSL color Cylindrical-coordinate representation of color #742F28: hue angle of 5.53º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #742F28 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 47 40 -
CMYK 0 0.59 0.66 0.55
HSL 5.53º 0.49% 0.31% -
HSV(B) 5.53º 0.66% 0.45% -
XYZ 8.6 5.9 2.69 -
YUV 66.83 112.86 163.07 -
System Red Green Blue C M Y K H S L
Decimal 116 47 40 0 0.59 0.66 0.55 5.53 0.49 0.31
Hex 74 2F 28 0 3B 42 37 6 31 1F
Octal 164 57 50 0 73 102 67 6 61 37
Binary 1110100 101111 101000 0 111011 1000010 110111 110 110001 11111

Color Harmonies of #742F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742F28

Black with #742F28

Text Example


Text Example

White with #742F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742F28; }

 p { color: rgb(116,47,40); }

 H1.HeaderClassName
 {
   color: #742F28;
 }
 .AnyTagClassName
 {
   color: #742F28;
 }
</style>

background-color css

<style>
 a { background-color: #742F28; }

 a { background-color: rgb(116,47,40); }

 div.DivClassName
 {
   background-color: #742F28;
 }
 .BgClassName
 {
   background-color: #742F28;
 }
</style>

border-color css

<style>
 span { border-color: #742F28; }

 span { border-color: rgb(116,47,40); }

 td.TdClassName
 {
   border-color: #742F28;
 }
 .TagClassName
 {
   border-color: #742F28;
 }
</style>