Html Css Color HEX #712F16 Peru Tan

📋 copy color: '#712F16'

red 113 ◦ green 47 ◦ blue 22

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

Shades of Peru Tan #712F16

Tints of Peru Tan #712F16

RGB

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

 GREEN value IS 47 (18.75% from 255) = 25.82%

 BLUE value IS 22 (8.98% from 255) = 12.09%

R = 62.09%
G = 25.82%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#712F16 (or 0x712F16) is known color: Peru Tan. HEX triplet: 71, 2F and 16. RGB value is (113,47,22). Sum of RGB (Red+Green+Blue) = 113+47+22=182 (24% of max value = 765). Red value is 113 (44.53% from 255 or 62.09% from 182); Green value is 47 (18.75% from 255 or 25.82% from 182); Blue value is 22 (8.98% from 255 or 12.09% from 182); Max value from RGB is 113 - color contains mainly: red. Hex color #712F16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712F16 is #8ED0E9. Grayscale: #404040. Windows color (decimal): -9359594 or 1453937. OLE color: 1453937.

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

Color convert

RGB 113 47 22 -
CMYK 0 0.58 0.81 0.56
HSL 16.48º 0.67% 0.26% -
HSV(B) 16.48º 0.81% 0.44% -
XYZ 7.97 5.6 1.42 -
YUV 63.88 104.37 163.03 -
System Red Green Blue C M Y K H S L
Decimal 113 47 22 0 0.58 0.81 0.56 16.48 0.67 0.26
Hex 71 2F 16 0 3A 51 38 10 43 1A
Octal 161 57 26 0 72 121 70 20 103 32
Binary 1110001 101111 10110 0 111010 1010001 111000 10000 1000011 11010

Color Harmonies of #712F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712F16

Black with #712F16

Text Example


Text Example

White with #712F16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,47,22); }

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

background-color css

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

 a { background-color: rgb(113,47,22); }

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

border-color css

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

 span { border-color: rgb(113,47,22); }

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