Html Css Color HEX #813513 Peru Tan

📋 copy color: '#813513'

red 129 ◦ green 53 ◦ blue 19

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

Shades of Peru Tan #813513

Tints of Peru Tan #813513

RGB

 RED value IS 129 (50.78% from 255) = 64.18%

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

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

R = 64.18%
G = 26.37%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#813513 (or 0x813513) is known color: Peru Tan. HEX triplet: 81, 35 and 13. RGB value is (129,53,19). Sum of RGB (Red+Green+Blue) = 129+53+19=201 (26% of max value = 765). Red value is 129 (50.78% from 255 or 64.18% from 201); Green value is 53 (21.09% from 255 or 26.37% from 201); Blue value is 19 (7.81% from 255 or 9.45% from 201); Max value from RGB is 129 - color contains mainly: red. Hex color #813513 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813513 is #7ECAEC. Grayscale: #484848. Windows color (decimal): -8309485 or 1258881. OLE color: 1258881.

HSL color Cylindrical-coordinate representation of color #813513: hue angle of 18.55º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #813513 is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 53 19 -
CMYK 0 0.59 0.85 0.49
HSL 18.55º 0.74% 0.29% -
HSV(B) 18.55º 0.85% 0.51% -
XYZ 10.44 7.26 1.47 -
YUV 71.85 98.18 168.76 -
System Red Green Blue C M Y K H S L
Decimal 129 53 19 0 0.59 0.85 0.49 18.55 0.74 0.29
Hex 81 35 13 0 3B 55 31 13 4A 1D
Octal 201 65 23 0 73 125 61 23 112 35
Binary 10000001 110101 10011 0 111011 1010101 110001 10011 1001010 11101

Color Harmonies of #813513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813513

Black with #813513

Text Example


Text Example

White with #813513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813513; }

 p { color: rgb(129,53,19); }

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

background-color css

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

 a { background-color: rgb(129,53,19); }

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

border-color css

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

 span { border-color: rgb(129,53,19); }

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