Html Css Color HEX #813716 Peru Tan

📋 copy color: '#813716'

red 129 ◦ green 55 ◦ blue 22

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

Shades of Peru Tan #813716

Tints of Peru Tan #813716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 10.68%

R = 62.62%
G = 26.7%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.83

 K value IS 0.49

RGB Variations

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

Color information

#813716 (or 0x813716) is known color: Peru Tan. HEX triplet: 81, 37 and 16. RGB value is (129,55,22). Sum of RGB (Red+Green+Blue) = 129+55+22=206 (27% of max value = 765). Red value is 129 (50.78% from 255 or 62.62% from 206); Green value is 55 (21.88% from 255 or 26.70% from 206); Blue value is 22 (8.98% from 255 or 10.68% from 206); Max value from RGB is 129 - color contains mainly: red. Hex color #813716 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813716 is #7EC8E9. Grayscale: #494949. Windows color (decimal): -8308970 or 1456001. OLE color: 1456001.

HSL color Cylindrical-coordinate representation of color #813716: hue angle of 18.5º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #813716 is Cyan = 0, Magento = 0.57, Yellow = 0.83 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 55 22 -
CMYK 0 0.57 0.83 0.49
HSL 18.5º 0.71% 0.3% -
HSV(B) 18.5º 0.83% 0.51% -
XYZ 10.56 7.46 1.64 -
YUV 73.36 99.02 167.68 -
System Red Green Blue C M Y K H S L
Decimal 129 55 22 0 0.57 0.83 0.49 18.5 0.71 0.3
Hex 81 37 16 0 39 53 31 13 47 1E
Octal 201 67 26 0 71 123 61 23 107 36
Binary 10000001 110111 10110 0 111001 1010011 110001 10011 1000111 11110

Color Harmonies of #813716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813716

Black with #813716

Text Example


Text Example

White with #813716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813716; }

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

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

background-color css

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

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

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

border-color css

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

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

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