Html Css Color HEX #713012 Peru Tan

📋 copy color: '#713012'

red 113 ◦ green 48 ◦ blue 18

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

Shades of Peru Tan #713012

Tints of Peru Tan #713012

RGB

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

 GREEN value IS 48 (19.14% from 255) = 26.82%

 BLUE value IS 18 (7.42% from 255) = 10.06%

R = 63.13%
G = 26.82%
B = 10.06%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#713012 (or 0x713012) is known color: Peru Tan. HEX triplet: 71, 30 and 12. RGB value is (113,48,18). Sum of RGB (Red+Green+Blue) = 113+48+18=179 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.13% from 179); Green value is 48 (19.14% from 255 or 26.82% from 179); Blue value is 18 (7.42% from 255 or 10.06% from 179); Max value from RGB is 113 - color contains mainly: red. Hex color #713012 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713012 is #8ECFED. Grayscale: #404040. Windows color (decimal): -9359342 or 1192049. OLE color: 1192049.

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

Color convert

RGB 113 48 18 -
CMYK 0 0.58 0.84 0.56
HSL 18.95º 0.73% 0.26% -
HSV(B) 18.95º 0.84% 0.44% -
XYZ 7.98 5.67 1.25 -
YUV 64.02 102.03 162.94 -
System Red Green Blue C M Y K H S L
Decimal 113 48 18 0 0.58 0.84 0.56 18.95 0.73 0.26
Hex 71 30 12 0 3A 54 38 13 49 1A
Octal 161 60 22 0 72 124 70 23 111 32
Binary 1110001 110000 10010 0 111010 1010100 111000 10011 1001001 11010

Color Harmonies of #713012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713012

Black with #713012

Text Example


Text Example

White with #713012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713012; }

 p { color: rgb(113,48,18); }

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

background-color css

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

 a { background-color: rgb(113,48,18); }

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

border-color css

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

 span { border-color: rgb(113,48,18); }

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