Html Css Color HEX #712D28 Auburn

📋 copy color: '#712D28'

red 113 ◦ green 45 ◦ blue 40

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

Shades of Auburn #712D28

Tints of Auburn #712D28

RGB

 RED value IS 113 (44.53% from 255) = 57.07%

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

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

R = 57.07%
G = 22.73%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#712D28 (or 0x712D28) is known color: Auburn. HEX triplet: 71, 2D and 28. RGB value is (113,45,40). Sum of RGB (Red+Green+Blue) = 113+45+40=198 (26% of max value = 765). Red value is 113 (44.53% from 255 or 57.07% from 198); Green value is 45 (17.97% from 255 or 22.73% from 198); Blue value is 40 (16.02% from 255 or 20.20% from 198); Max value from RGB is 113 - color contains mainly: red. Hex color #712D28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712D28 is #8ED2D7. Grayscale: #404040. Windows color (decimal): -9360088 or 2633073. OLE color: 2633073.

HSL color Cylindrical-coordinate representation of color #712D28: hue angle of 4.11º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #712D28 is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 45 40 -
CMYK 0 0.60 0.65 0.56
HSL 4.11º 0.48% 0.3% -
HSV(B) 4.11º 0.65% 0.44% -
XYZ 8.13 5.54 2.65 -
YUV 64.76 114.03 162.41 -
System Red Green Blue C M Y K H S L
Decimal 113 45 40 0 0.60 0.65 0.56 4.11 0.48 0.3
Hex 71 2D 28 0 3C 41 38 4 30 1E
Octal 161 55 50 0 74 101 70 4 60 36
Binary 1110001 101101 101000 0 111100 1000001 111000 100 110000 11110

Color Harmonies of #712D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712D28

Black with #712D28

Text Example


Text Example

White with #712D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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