Html Css Color HEX #712622 Auburn

📋 copy color: '#712622'

red 113 ◦ green 38 ◦ blue 34

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

Shades of Auburn #712622

Tints of Auburn #712622

RGB

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

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

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

R = 61.08%
G = 20.54%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.70

 K value IS 0.56

RGB Variations

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

Color information

#712622 (or 0x712622) is known color: Auburn. HEX triplet: 71, 26 and 22. RGB value is (113,38,34). Sum of RGB (Red+Green+Blue) = 113+38+34=185 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.08% from 185); Green value is 38 (15.23% from 255 or 20.54% from 185); Blue value is 34 (13.67% from 255 or 18.38% from 185); Max value from RGB is 113 - color contains mainly: red. Hex color #712622 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712622 is #8ED9DD. Grayscale: #3C3C3C. Windows color (decimal): -9361886 or 2238065. OLE color: 2238065.

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

Color convert

RGB 113 38 34 -
CMYK 0 0.66 0.70 0.56
HSL 3.04º 0.54% 0.29% -
HSV(B) 3.04º 0.7% 0.44% -
XYZ 7.79 5.01 2.07 -
YUV 59.97 113.35 165.83 -
System Red Green Blue C M Y K H S L
Decimal 113 38 34 0 0.66 0.70 0.56 3.04 0.54 0.29
Hex 71 26 22 0 42 46 38 3 36 1D
Octal 161 46 42 0 102 106 70 3 66 35
Binary 1110001 100110 100010 0 1000010 1000110 111000 11 110110 11101

Color Harmonies of #712622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712622

Black with #712622

Text Example


Text Example

White with #712622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712622; }

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

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

background-color css

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

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

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

border-color css

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

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

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