Html Css Color HEX #712720 Auburn

📋 copy color: '#712720'

red 113 ◦ green 39 ◦ blue 32

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

Shades of Auburn #712720

Tints of Auburn #712720

RGB

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

 GREEN value IS 39 (15.63% from 255) = 21.2%

 BLUE value IS 32 (12.89% from 255) = 17.39%

R = 61.41%
G = 21.2%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#712720 (or 0x712720) is known color: Auburn. HEX triplet: 71, 27 and 20. RGB value is (113,39,32). Sum of RGB (Red+Green+Blue) = 113+39+32=184 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.41% from 184); Green value is 39 (15.62% from 255 or 21.20% from 184); Blue value is 32 (12.89% from 255 or 17.39% from 184); Max value from RGB is 113 - color contains mainly: red. Hex color #712720 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712720 is #8ED8DF. Grayscale: #3C3C3C. Windows color (decimal): -9361632 or 2107249. OLE color: 2107249.

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

Color convert

RGB 113 39 32 -
CMYK 0 0.65 0.72 0.56
HSL 5.19º 0.56% 0.28% -
HSV(B) 5.19º 0.72% 0.44% -
XYZ 7.8 5.07 1.93 -
YUV 60.33 112.02 165.57 -
System Red Green Blue C M Y K H S L
Decimal 113 39 32 0 0.65 0.72 0.56 5.19 0.56 0.28
Hex 71 27 20 0 41 48 38 5 38 1C
Octal 161 47 40 0 101 110 70 5 70 34
Binary 1110001 100111 100000 0 1000001 1001000 111000 101 111000 11100

Color Harmonies of #712720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712720

Black with #712720

Text Example


Text Example

White with #712720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712720; }

 p { color: rgb(113,39,32); }

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

background-color css

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

 a { background-color: rgb(113,39,32); }

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

border-color css

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

 span { border-color: rgb(113,39,32); }

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