Html Css Color HEX #813715 Peru Tan

📋 copy color: '#813715'

red 129 ◦ green 55 ◦ blue 21

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

Shades of Peru Tan #813715

Tints of Peru Tan #813715

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.83%

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

R = 62.93%
G = 26.83%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#813715 (or 0x813715) is known color: Peru Tan. HEX triplet: 81, 37 and 15. RGB value is (129,55,21). Sum of RGB (Red+Green+Blue) = 129+55+21=205 (27% of max value = 765). Red value is 129 (50.78% from 255 or 62.93% from 205); Green value is 55 (21.88% from 255 or 26.83% from 205); Blue value is 21 (8.59% from 255 or 10.24% from 205); Max value from RGB is 129 - color contains mainly: red. Hex color #813715 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813715 is #7EC8EA. Grayscale: #494949. Windows color (decimal): -8308971 or 1390465. OLE color: 1390465.

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

Color convert

RGB 129 55 21 -
CMYK 0 0.57 0.84 0.49
HSL 18.89º 0.72% 0.29% -
HSV(B) 18.89º 0.84% 0.51% -
XYZ 10.55 7.45 1.59 -
YUV 73.25 98.52 167.76 -
System Red Green Blue C M Y K H S L
Decimal 129 55 21 0 0.57 0.84 0.49 18.89 0.72 0.29
Hex 81 37 15 0 39 54 31 13 48 1D
Octal 201 67 25 0 71 124 61 23 110 35
Binary 10000001 110111 10101 0 111001 1010100 110001 10011 1001000 11101

Color Harmonies of #813715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813715

Black with #813715

Text Example


Text Example

White with #813715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813715; }

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

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

background-color css

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

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

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

border-color css

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

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

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