Html Css Color HEX #712E2A Auburn

📋 copy color: '#712E2A'

red 113 ◦ green 46 ◦ blue 42

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

Shades of Auburn #712E2A

Tints of Auburn #712E2A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 22.89%

 BLUE value IS 42 (16.8% from 255) = 20.9%

R = 56.22%
G = 22.89%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#712E2A (or 0x712E2A) is known color: Auburn. HEX triplet: 71, 2E and 2A. RGB value is (113,46,42). Sum of RGB (Red+Green+Blue) = 113+46+42=201 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.22% from 201); Green value is 46 (18.36% from 255 or 22.89% from 201); Blue value is 42 (16.80% from 255 or 20.90% from 201); Max value from RGB is 113 - color contains mainly: red. Hex color #712E2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712E2A is #8ED1D5. Grayscale: #414141. Windows color (decimal): -9359830 or 2764401. OLE color: 2764401.

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

Color convert

RGB 113 46 42 -
CMYK 0 0.59 0.63 0.56
HSL 3.38º 0.46% 0.3% -
HSV(B) 3.38º 0.63% 0.44% -
XYZ 8.2 5.63 2.85 -
YUV 65.58 114.7 161.83 -
System Red Green Blue C M Y K H S L
Decimal 113 46 42 0 0.59 0.63 0.56 3.38 0.46 0.3
Hex 71 2E 2A 0 3B 3F 38 3 2E 1E
Octal 161 56 52 0 73 77 70 3 56 36
Binary 1110001 101110 101010 0 111011 111111 111000 11 101110 11110

Color Harmonies of #712E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712E2A

Black with #712E2A

Text Example


Text Example

White with #712E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,46,42); }

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

background-color css

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

 a { background-color: rgb(113,46,42); }

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

border-color css

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

 span { border-color: rgb(113,46,42); }

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