Html Css Color HEX #712724 Auburn

📋 copy color: '#712724'

red 113 ◦ green 39 ◦ blue 36

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

Shades of Auburn #712724

Tints of Auburn #712724

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 19.15%

R = 60.11%
G = 20.74%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.68

 K value IS 0.56

RGB Variations

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

Color information

#712724 (or 0x712724) is known color: Auburn. HEX triplet: 71, 27 and 24. RGB value is (113,39,36). Sum of RGB (Red+Green+Blue) = 113+39+36=188 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.11% from 188); Green value is 39 (15.62% from 255 or 20.74% from 188); Blue value is 36 (14.45% from 255 or 19.15% from 188); Max value from RGB is 113 - color contains mainly: red. Hex color #712724 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712724 is #8ED8DB. Grayscale: #3C3C3C. Windows color (decimal): -9361628 or 2369393. OLE color: 2369393.

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

Color convert

RGB 113 39 36 -
CMYK 0 0.65 0.68 0.56
HSL 2.34º 0.52% 0.29% -
HSV(B) 2.34º 0.68% 0.44% -
XYZ 7.85 5.09 2.24 -
YUV 60.78 114.02 165.24 -
System Red Green Blue C M Y K H S L
Decimal 113 39 36 0 0.65 0.68 0.56 2.34 0.52 0.29
Hex 71 27 24 0 41 44 38 2 34 1D
Octal 161 47 44 0 101 104 70 2 64 35
Binary 1110001 100111 100100 0 1000001 1000100 111000 10 110100 11101

Color Harmonies of #712724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712724

Black with #712724

Text Example


Text Example

White with #712724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712724; }

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

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

background-color css

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

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

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

border-color css

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

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

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