Html Css Color HEX #712522 Auburn

📋 copy color: '#712522'

red 113 ◦ green 37 ◦ blue 34

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

Shades of Auburn #712522

Tints of Auburn #712522

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20.11%

 BLUE value IS 34 (13.67% from 255) = 18.48%

R = 61.41%
G = 20.11%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.70

 K value IS 0.56

RGB Variations

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

Color information

#712522 (or 0x712522) is known color: Auburn. HEX triplet: 71, 25 and 22. RGB value is (113,37,34). Sum of RGB (Red+Green+Blue) = 113+37+34=184 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.41% from 184); Green value is 37 (14.84% from 255 or 20.11% from 184); Blue value is 34 (13.67% from 255 or 18.48% from 184); Max value from RGB is 113 - color contains mainly: red. Hex color #712522 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712522 is #8EDADD. Grayscale: #3B3B3B. Windows color (decimal): -9362142 or 2237809. OLE color: 2237809.

HSL color Cylindrical-coordinate representation of color #712522: hue angle of 2.28º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #712522 is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 37 34 -
CMYK 0 0.67 0.70 0.56
HSL 2.28º 0.54% 0.29% -
HSV(B) 2.28º 0.7% 0.44% -
XYZ 7.76 4.95 2.06 -
YUV 59.38 113.68 166.24 -
System Red Green Blue C M Y K H S L
Decimal 113 37 34 0 0.67 0.70 0.56 2.28 0.54 0.29
Hex 71 25 22 0 43 46 38 2 36 1D
Octal 161 45 42 0 103 106 70 2 66 35
Binary 1110001 100101 100010 0 1000011 1000110 111000 10 110110 11101

Color Harmonies of #712522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712522

Black with #712522

Text Example


Text Example

White with #712522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712522; }

 p { color: rgb(113,37,34); }

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

background-color css

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

 a { background-color: rgb(113,37,34); }

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

border-color css

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

 span { border-color: rgb(113,37,34); }

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