Html Css Color HEX #712E2B Auburn

📋 copy color: '#712E2B'

red 113 ◦ green 46 ◦ blue 43

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

Shades of Auburn #712E2B

Tints of Auburn #712E2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 21.29%

R = 55.94%
G = 22.77%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#712E2B (or 0x712E2B) is known color: Auburn. HEX triplet: 71, 2E and 2B. RGB value is (113,46,43). Sum of RGB (Red+Green+Blue) = 113+46+43=202 (26% of max value = 765). Red value is 113 (44.53% from 255 or 55.94% from 202); Green value is 46 (18.36% from 255 or 22.77% from 202); Blue value is 43 (17.19% from 255 or 21.29% from 202); Max value from RGB is 113 - color contains mainly: red. Hex color #712E2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712E2B is #8ED1D4. Grayscale: #414141. Windows color (decimal): -9359829 or 2829937. OLE color: 2829937.

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

Color convert

RGB 113 46 43 -
CMYK 0 0.59 0.62 0.56
HSL 2.57º 0.45% 0.31% -
HSV(B) 2.57º 0.62% 0.44% -
XYZ 8.22 5.64 2.94 -
YUV 65.69 115.2 161.74 -
System Red Green Blue C M Y K H S L
Decimal 113 46 43 0 0.59 0.62 0.56 2.57 0.45 0.31
Hex 71 2E 2B 0 3B 3E 38 3 2D 1F
Octal 161 56 53 0 73 76 70 3 55 37
Binary 1110001 101110 101011 0 111011 111110 111000 11 101101 11111

Color Harmonies of #712E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712E2B

Black with #712E2B

Text Example


Text Example

White with #712E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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