Html Css Color HEX #712E0C Peru Tan

📋 copy color: '#712E0C'

red 113 ◦ green 46 ◦ blue 12

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

Shades of Peru Tan #712E0C

Tints of Peru Tan #712E0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 7.02%

R = 66.08%
G = 26.9%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#712E0C (or 0x712E0C) is known color: Peru Tan. HEX triplet: 71, 2E and 0C. RGB value is (113,46,12). Sum of RGB (Red+Green+Blue) = 113+46+12=171 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.08% from 171); Green value is 46 (18.36% from 255 or 26.90% from 171); Blue value is 12 (5.08% from 255 or 7.02% from 171); Max value from RGB is 113 - color contains mainly: red. Hex color #712E0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712E0C is #8ED1F3. Grayscale: #3E3E3E. Windows color (decimal): -9359860 or 798321. OLE color: 798321.

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

Color convert

RGB 113 46 12 -
CMYK 0 0.59 0.89 0.56
HSL 20.2º 0.81% 0.25% -
HSV(B) 20.2º 0.89% 0.44% -
XYZ 7.85 5.49 0.99 -
YUV 62.16 99.7 164.26 -
System Red Green Blue C M Y K H S L
Decimal 113 46 12 0 0.59 0.89 0.56 20.2 0.81 0.25
Hex 71 2E C 0 3B 59 38 14 51 19
Octal 161 56 14 0 73 131 70 24 121 31
Binary 1110001 101110 1100 0 111011 1011001 111000 10100 1010001 11001

Color Harmonies of #712E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712E0C

Black with #712E0C

Text Example


Text Example

White with #712E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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