Html Css Color HEX #712E13 Peru Tan

📋 copy color: '#712E13'

red 113 ◦ green 46 ◦ blue 19

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

Shades of Peru Tan #712E13

Tints of Peru Tan #712E13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.67%

R = 63.48%
G = 25.84%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#712E13 (or 0x712E13) is known color: Peru Tan. HEX triplet: 71, 2E and 13. RGB value is (113,46,19). Sum of RGB (Red+Green+Blue) = 113+46+19=178 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.48% from 178); Green value is 46 (18.36% from 255 or 25.84% from 178); Blue value is 19 (7.81% from 255 or 10.67% from 178); Max value from RGB is 113 - color contains mainly: red. Hex color #712E13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712E13 is #8ED1EC. Grayscale: #3F3F3F. Windows color (decimal): -9359853 or 1257073. OLE color: 1257073.

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

Color convert

RGB 113 46 19 -
CMYK 0 0.59 0.83 0.56
HSL 17.23º 0.71% 0.26% -
HSV(B) 17.23º 0.83% 0.44% -
XYZ 7.9 5.51 1.26 -
YUV 62.96 103.2 163.7 -
System Red Green Blue C M Y K H S L
Decimal 113 46 19 0 0.59 0.83 0.56 17.23 0.71 0.26
Hex 71 2E 13 0 3B 53 38 11 47 1A
Octal 161 56 23 0 73 123 70 21 107 32
Binary 1110001 101110 10011 0 111011 1010011 111000 10001 1000111 11010

Color Harmonies of #712E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712E13

Black with #712E13

Text Example


Text Example

White with #712E13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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