Html Css Color HEX #712D26 Auburn

📋 copy color: '#712D26'

red 113 ◦ green 45 ◦ blue 38

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

Shades of Auburn #712D26

Tints of Auburn #712D26

RGB

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

 GREEN value IS 45 (17.97% from 255) = 22.96%

 BLUE value IS 38 (15.23% from 255) = 19.39%

R = 57.65%
G = 22.96%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.66

 K value IS 0.56

RGB Variations

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

Color information

#712D26 (or 0x712D26) is known color: Auburn. HEX triplet: 71, 2D and 26. RGB value is (113,45,38). Sum of RGB (Red+Green+Blue) = 113+45+38=196 (25% of max value = 765). Red value is 113 (44.53% from 255 or 57.65% from 196); Green value is 45 (17.97% from 255 or 22.96% from 196); Blue value is 38 (15.23% from 255 or 19.39% from 196); Max value from RGB is 113 - color contains mainly: red. Hex color #712D26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712D26 is #8ED2D9. Grayscale: #404040. Windows color (decimal): -9360090 or 2502001. OLE color: 2502001.

HSL color Cylindrical-coordinate representation of color #712D26: hue angle of 5.6º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #712D26 is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 45 38 -
CMYK 0 0.60 0.66 0.56
HSL 5.6º 0.5% 0.3% -
HSV(B) 5.6º 0.66% 0.44% -
XYZ 8.1 5.53 2.47 -
YUV 64.53 113.03 162.57 -
System Red Green Blue C M Y K H S L
Decimal 113 45 38 0 0.60 0.66 0.56 5.6 0.5 0.3
Hex 71 2D 26 0 3C 42 38 6 32 1E
Octal 161 55 46 0 74 102 70 6 62 36
Binary 1110001 101101 100110 0 111100 1000010 111000 110 110010 11110

Color Harmonies of #712D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712D26

Black with #712D26

Text Example


Text Example

White with #712D26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712D26; }

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

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

background-color css

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

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

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

border-color css

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

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

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