Html Css Color HEX #813615 Peru Tan

📋 copy color: '#813615'

red 129 ◦ green 54 ◦ blue 21

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

Shades of Peru Tan #813615

Tints of Peru Tan #813615

RGB

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

 GREEN value IS 54 (21.48% from 255) = 26.47%

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

R = 63.24%
G = 26.47%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#813615 (or 0x813615) is known color: Peru Tan. HEX triplet: 81, 36 and 15. RGB value is (129,54,21). Sum of RGB (Red+Green+Blue) = 129+54+21=204 (27% of max value = 765). Red value is 129 (50.78% from 255 or 63.24% from 204); Green value is 54 (21.48% from 255 or 26.47% from 204); Blue value is 21 (8.59% from 255 or 10.29% from 204); Max value from RGB is 129 - color contains mainly: red. Hex color #813615 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813615 is #7EC9EA. Grayscale: #484848. Windows color (decimal): -8309227 or 1390209. OLE color: 1390209.

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

Color convert

RGB 129 54 21 -
CMYK 0 0.58 0.84 0.49
HSL 18.33º 0.72% 0.29% -
HSV(B) 18.33º 0.84% 0.51% -
XYZ 10.51 7.36 1.58 -
YUV 72.66 98.85 168.18 -
System Red Green Blue C M Y K H S L
Decimal 129 54 21 0 0.58 0.84 0.49 18.33 0.72 0.29
Hex 81 36 15 0 3A 54 31 12 48 1D
Octal 201 66 25 0 72 124 61 22 110 35
Binary 10000001 110110 10101 0 111010 1010100 110001 10010 1001000 11101

Color Harmonies of #813615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813615

Black with #813615

Text Example


Text Example

White with #813615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813615; }

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

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

background-color css

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

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

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

border-color css

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

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

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