Html Css Color HEX #713512 Peru Tan

📋 copy color: '#713512'

red 113 ◦ green 53 ◦ blue 18

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

Shades of Peru Tan #713512

Tints of Peru Tan #713512

RGB

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

 GREEN value IS 53 (21.09% from 255) = 28.8%

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

R = 61.41%
G = 28.8%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#713512 (or 0x713512) is known color: Peru Tan. HEX triplet: 71, 35 and 12. RGB value is (113,53,18). Sum of RGB (Red+Green+Blue) = 113+53+18=184 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.41% from 184); Green value is 53 (21.09% from 255 or 28.80% from 184); Blue value is 18 (7.42% from 255 or 9.78% from 184); Max value from RGB is 113 - color contains mainly: red. Hex color #713512 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713512 is #8ECAED. Grayscale: #434343. Windows color (decimal): -9358062 or 1193329. OLE color: 1193329.

HSL color Cylindrical-coordinate representation of color #713512: hue angle of 22.11º 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 #713512 is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 53 18 -
CMYK 0 0.53 0.84 0.56
HSL 22.11º 0.73% 0.26% -
HSV(B) 22.11º 0.84% 0.44% -
XYZ 8.19 6.1 1.32 -
YUV 66.95 100.38 160.85 -
System Red Green Blue C M Y K H S L
Decimal 113 53 18 0 0.53 0.84 0.56 22.11 0.73 0.26
Hex 71 35 12 0 35 54 38 16 49 1A
Octal 161 65 22 0 65 124 70 26 111 32
Binary 1110001 110101 10010 0 110101 1010100 111000 10110 1001001 11010

Color Harmonies of #713512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713512

Black with #713512

Text Example


Text Example

White with #713512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713512; }

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

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

background-color css

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

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

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

border-color css

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

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

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