Html Css Color HEX #712620 Auburn

📋 copy color: '#712620'

red 113 ◦ green 38 ◦ blue 32

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

Shades of Auburn #712620

Tints of Auburn #712620

RGB

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

 GREEN value IS 38 (15.23% from 255) = 20.77%

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

R = 61.75%
G = 20.77%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#712620 (or 0x712620) is known color: Auburn. HEX triplet: 71, 26 and 20. RGB value is (113,38,32). Sum of RGB (Red+Green+Blue) = 113+38+32=183 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.75% from 183); Green value is 38 (15.23% from 255 or 20.77% from 183); Blue value is 32 (12.89% from 255 or 17.49% from 183); Max value from RGB is 113 - color contains mainly: red. Hex color #712620 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712620 is #8ED9DF. Grayscale: #3B3B3B. Windows color (decimal): -9361888 or 2106993. OLE color: 2106993.

HSL color Cylindrical-coordinate representation of color #712620: hue angle of 4.44º 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 #712620 is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 38 32 -
CMYK 0 0.66 0.72 0.56
HSL 4.44º 0.56% 0.28% -
HSV(B) 4.44º 0.72% 0.44% -
XYZ 7.76 5 1.92 -
YUV 59.74 112.35 165.99 -
System Red Green Blue C M Y K H S L
Decimal 113 38 32 0 0.66 0.72 0.56 4.44 0.56 0.28
Hex 71 26 20 0 42 48 38 4 38 1C
Octal 161 46 40 0 102 110 70 4 70 34
Binary 1110001 100110 100000 0 1000010 1001000 111000 100 111000 11100

Color Harmonies of #712620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712620

Black with #712620

Text Example


Text Example

White with #712620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712620; }

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

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

background-color css

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

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

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

border-color css

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

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

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