Html Css Color HEX #712F11 Peru Tan

📋 copy color: '#712F11'

red 113 ◦ green 47 ◦ blue 17

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

Shades of Peru Tan #712F11

Tints of Peru Tan #712F11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 9.6%

R = 63.84%
G = 26.55%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#712F11 (or 0x712F11) is known color: Peru Tan. HEX triplet: 71, 2F and 11. RGB value is (113,47,17). Sum of RGB (Red+Green+Blue) = 113+47+17=177 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.84% from 177); Green value is 47 (18.75% from 255 or 26.55% from 177); Blue value is 17 (7.03% from 255 or 9.60% from 177); Max value from RGB is 113 - color contains mainly: red. Hex color #712F11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712F11 is #8ED0EE. Grayscale: #3F3F3F. Windows color (decimal): -9359599 or 1126257. OLE color: 1126257.

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

Color convert

RGB 113 47 17 -
CMYK 0 0.58 0.85 0.56
HSL 18.75º 0.74% 0.25% -
HSV(B) 18.75º 0.85% 0.44% -
XYZ 7.93 5.58 1.19 -
YUV 63.31 101.87 163.44 -
System Red Green Blue C M Y K H S L
Decimal 113 47 17 0 0.58 0.85 0.56 18.75 0.74 0.25
Hex 71 2F 11 0 3A 55 38 13 4A 19
Octal 161 57 21 0 72 125 70 23 112 31
Binary 1110001 101111 10001 0 111010 1010101 111000 10011 1001010 11001

Color Harmonies of #712F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712F11

Black with #712F11

Text Example


Text Example

White with #712F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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