Html Css Color HEX #712C11 Peru Tan

📋 copy color: '#712C11'

red 113 ◦ green 44 ◦ blue 17

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

Shades of Peru Tan #712C11

Tints of Peru Tan #712C11

RGB

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

 GREEN value IS 44 (17.58% from 255) = 25.29%

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

R = 64.94%
G = 25.29%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#712C11 (or 0x712C11) is known color: Peru Tan. HEX triplet: 71, 2C and 11. RGB value is (113,44,17). Sum of RGB (Red+Green+Blue) = 113+44+17=174 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.94% from 174); Green value is 44 (17.58% from 255 or 25.29% from 174); Blue value is 17 (7.03% from 255 or 9.77% from 174); Max value from RGB is 113 - color contains mainly: red. Hex color #712C11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712C11 is #8ED3EE. Grayscale: #3D3D3D. Windows color (decimal): -9360367 or 1125489. OLE color: 1125489.

HSL color Cylindrical-coordinate representation of color #712C11: hue angle of 16.88º 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 #712C11 is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 44 17 -
CMYK 0 0.61 0.85 0.56
HSL 16.88º 0.74% 0.25% -
HSV(B) 16.88º 0.85% 0.44% -
XYZ 7.81 5.35 1.15 -
YUV 61.55 102.86 164.7 -
System Red Green Blue C M Y K H S L
Decimal 113 44 17 0 0.61 0.85 0.56 16.88 0.74 0.25
Hex 71 2C 11 0 3D 55 38 11 4A 19
Octal 161 54 21 0 75 125 70 21 112 31
Binary 1110001 101100 10001 0 111101 1010101 111000 10001 1001010 11001

Color Harmonies of #712C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712C11

Black with #712C11

Text Example


Text Example

White with #712C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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