Html Css Color HEX #813616 Peru Tan

📋 copy color: '#813616'

red 129 ◦ green 54 ◦ blue 22

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

Shades of Peru Tan #813616

Tints of Peru Tan #813616

RGB

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

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

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

R = 62.93%
G = 26.34%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.83

 K value IS 0.49

RGB Variations

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

Color information

#813616 (or 0x813616) is known color: Peru Tan. HEX triplet: 81, 36 and 16. RGB value is (129,54,22). Sum of RGB (Red+Green+Blue) = 129+54+22=205 (27% of max value = 765). Red value is 129 (50.78% from 255 or 62.93% from 205); Green value is 54 (21.48% from 255 or 26.34% from 205); Blue value is 22 (8.98% from 255 or 10.73% from 205); Max value from RGB is 129 - color contains mainly: red. Hex color #813616 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813616 is #7EC9E9. Grayscale: #484848. Windows color (decimal): -8309226 or 1455745. OLE color: 1455745.

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

Color convert

RGB 129 54 22 -
CMYK 0 0.58 0.83 0.49
HSL 17.94º 0.71% 0.3% -
HSV(B) 17.94º 0.83% 0.51% -
XYZ 10.52 7.36 1.63 -
YUV 72.78 99.35 168.1 -
System Red Green Blue C M Y K H S L
Decimal 129 54 22 0 0.58 0.83 0.49 17.94 0.71 0.3
Hex 81 36 16 0 3A 53 31 12 47 1E
Octal 201 66 26 0 72 123 61 22 107 36
Binary 10000001 110110 10110 0 111010 1010011 110001 10010 1000111 11110

Color Harmonies of #813616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813616

Black with #813616

Text Example


Text Example

White with #813616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813616; }

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

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

background-color css

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

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

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

border-color css

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

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

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