Html Css Color HEX #813819 Peru Tan

📋 copy color: '#813819'

red 129 ◦ green 56 ◦ blue 25

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

Shades of Peru Tan #813819

Tints of Peru Tan #813819

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.67%

 BLUE value IS 25 (10.16% from 255) = 11.9%

R = 61.43%
G = 26.67%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#813819 (or 0x813819) is known color: Peru Tan. HEX triplet: 81, 38 and 19. RGB value is (129,56,25). Sum of RGB (Red+Green+Blue) = 129+56+25=210 (27% of max value = 765). Red value is 129 (50.78% from 255 or 61.43% from 210); Green value is 56 (22.27% from 255 or 26.67% from 210); Blue value is 25 (10.16% from 255 or 11.90% from 210); Max value from RGB is 129 - color contains mainly: red. Hex color #813819 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813819 is #7EC7E6. Grayscale: #4A4A4A. Windows color (decimal): -8308711 or 1652865. OLE color: 1652865.

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

Color convert

RGB 129 56 25 -
CMYK 0 0.57 0.81 0.49
HSL 17.88º 0.68% 0.3% -
HSV(B) 17.88º 0.81% 0.51% -
XYZ 10.64 7.57 1.82 -
YUV 74.29 100.18 167.02 -
System Red Green Blue C M Y K H S L
Decimal 129 56 25 0 0.57 0.81 0.49 17.88 0.68 0.3
Hex 81 38 19 0 39 51 31 12 44 1E
Octal 201 70 31 0 71 121 61 22 104 36
Binary 10000001 111000 11001 0 111001 1010001 110001 10010 1000100 11110

Color Harmonies of #813819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813819

Black with #813819

Text Example


Text Example

White with #813819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813819; }

 p { color: rgb(129,56,25); }

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

background-color css

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

 a { background-color: rgb(129,56,25); }

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

border-color css

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

 span { border-color: rgb(129,56,25); }

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