Html Css Color HEX #742D28 Auburn

📋 copy color: '#742D28'

red 116 ◦ green 45 ◦ blue 40

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

Shades of Auburn #742D28

Tints of Auburn #742D28

RGB

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

 GREEN value IS 45 (17.97% from 255) = 22.39%

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

R = 57.71%
G = 22.39%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#742D28 (or 0x742D28) is known color: Auburn. HEX triplet: 74, 2D and 28. RGB value is (116,45,40). Sum of RGB (Red+Green+Blue) = 116+45+40=201 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.71% from 201); Green value is 45 (17.97% from 255 or 22.39% from 201); Blue value is 40 (16.02% from 255 or 19.90% from 201); Max value from RGB is 116 - color contains mainly: red. Hex color #742D28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742D28 is #8BD2D7. Grayscale: #414141. Windows color (decimal): -9163480 or 2633076. OLE color: 2633076.

HSL color Cylindrical-coordinate representation of color #742D28: hue angle of 3.95º 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 #742D28 is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 45 40 -
CMYK 0 0.61 0.66 0.55
HSL 3.95º 0.49% 0.31% -
HSV(B) 3.95º 0.66% 0.45% -
XYZ 8.52 5.74 2.67 -
YUV 65.66 113.52 163.91 -
System Red Green Blue C M Y K H S L
Decimal 116 45 40 0 0.61 0.66 0.55 3.95 0.49 0.31
Hex 74 2D 28 0 3D 42 37 4 31 1F
Octal 164 55 50 0 75 102 67 4 61 37
Binary 1110100 101101 101000 0 111101 1000010 110111 100 110001 11111

Color Harmonies of #742D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742D28

Black with #742D28

Text Example


Text Example

White with #742D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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