Html Css Color HEX #813416 Peru Tan

📋 copy color: '#813416'

red 129 ◦ green 52 ◦ blue 22

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

Shades of Peru Tan #813416

Tints of Peru Tan #813416

RGB

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

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

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

R = 63.55%
G = 25.62%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.83

 K value IS 0.49

RGB Variations

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

Color information

#813416 (or 0x813416) is known color: Peru Tan. HEX triplet: 81, 34 and 16. RGB value is (129,52,22). Sum of RGB (Red+Green+Blue) = 129+52+22=203 (26% of max value = 765). Red value is 129 (50.78% from 255 or 63.55% from 203); Green value is 52 (20.70% from 255 or 25.62% from 203); Blue value is 22 (8.98% from 255 or 10.84% from 203); Max value from RGB is 129 - color contains mainly: red. Hex color #813416 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813416 is #7ECBE9. Grayscale: #474747. Windows color (decimal): -8309738 or 1455233. OLE color: 1455233.

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

Color convert

RGB 129 52 22 -
CMYK 0 0.60 0.83 0.49
HSL 16.82º 0.71% 0.3% -
HSV(B) 16.82º 0.83% 0.51% -
XYZ 10.43 7.18 1.6 -
YUV 71.6 100.01 168.94 -
System Red Green Blue C M Y K H S L
Decimal 129 52 22 0 0.60 0.83 0.49 16.82 0.71 0.3
Hex 81 34 16 0 3C 53 31 11 47 1E
Octal 201 64 26 0 74 123 61 21 107 36
Binary 10000001 110100 10110 0 111100 1010011 110001 10001 1000111 11110

Color Harmonies of #813416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813416

Black with #813416

Text Example


Text Example

White with #813416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813416; }

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

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

background-color css

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

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

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

border-color css

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

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

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