Html Css Color HEX #813415 Peru Tan

📋 copy color: '#813415'

red 129 ◦ green 52 ◦ blue 21

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

Shades of Peru Tan #813415

Tints of Peru Tan #813415

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.74%

 BLUE value IS 21 (8.59% from 255) = 10.4%

R = 63.86%
G = 25.74%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#813415 (or 0x813415) is known color: Peru Tan. HEX triplet: 81, 34 and 15. RGB value is (129,52,21). Sum of RGB (Red+Green+Blue) = 129+52+21=202 (26% of max value = 765). Red value is 129 (50.78% from 255 or 63.86% from 202); Green value is 52 (20.70% from 255 or 25.74% from 202); Blue value is 21 (8.59% from 255 or 10.40% from 202); Max value from RGB is 129 - color contains mainly: red. Hex color #813415 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813415 is #7ECBEA. Grayscale: #474747. Windows color (decimal): -8309739 or 1389697. OLE color: 1389697.

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

Color convert

RGB 129 52 21 -
CMYK 0 0.60 0.84 0.49
HSL 17.22º 0.72% 0.29% -
HSV(B) 17.22º 0.84% 0.51% -
XYZ 10.42 7.18 1.55 -
YUV 71.49 99.51 169.02 -
System Red Green Blue C M Y K H S L
Decimal 129 52 21 0 0.60 0.84 0.49 17.22 0.72 0.29
Hex 81 34 15 0 3C 54 31 11 48 1D
Octal 201 64 25 0 74 124 61 21 110 35
Binary 10000001 110100 10101 0 111100 1010100 110001 10001 1001000 11101

Color Harmonies of #813415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813415

Black with #813415

Text Example


Text Example

White with #813415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813415; }

 p { color: rgb(129,52,21); }

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

background-color css

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

 a { background-color: rgb(129,52,21); }

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

border-color css

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

 span { border-color: rgb(129,52,21); }

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