Html Css Color HEX #712D0E Peru Tan

📋 copy color: '#712D0E'

red 113 ◦ green 45 ◦ blue 14

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

Shades of Peru Tan #712D0E

Tints of Peru Tan #712D0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 8.14%

R = 65.7%
G = 26.16%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#712D0E (or 0x712D0E) is known color: Peru Tan. HEX triplet: 71, 2D and 0E. RGB value is (113,45,14). Sum of RGB (Red+Green+Blue) = 113+45+14=172 (22% of max value = 765). Red value is 113 (44.53% from 255 or 65.70% from 172); Green value is 45 (17.97% from 255 or 26.16% from 172); Blue value is 14 (5.86% from 255 or 8.14% from 172); Max value from RGB is 113 - color contains mainly: red. Hex color #712D0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712D0E is #8ED2F1. Grayscale: #3D3D3D. Windows color (decimal): -9360114 or 929137. OLE color: 929137.

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

Color convert

RGB 113 45 14 -
CMYK 0 0.60 0.88 0.56
HSL 18.79º 0.78% 0.25% -
HSV(B) 18.79º 0.88% 0.44% -
XYZ 7.83 5.42 1.05 -
YUV 61.8 101.03 164.52 -
System Red Green Blue C M Y K H S L
Decimal 113 45 14 0 0.60 0.88 0.56 18.79 0.78 0.25
Hex 71 2D E 0 3C 58 38 13 4E 19
Octal 161 55 16 0 74 130 70 23 116 31
Binary 1110001 101101 1110 0 111100 1011000 111000 10011 1001110 11001

Color Harmonies of #712D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712D0E

Black with #712D0E

Text Example


Text Example

White with #712D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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