Html Css Color HEX #813619 Peru Tan

📋 copy color: '#813619'

red 129 ◦ green 54 ◦ blue 25

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

Shades of Peru Tan #813619

Tints of Peru Tan #813619

RGB

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

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

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

R = 62.02%
G = 25.96%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#813619 (or 0x813619) is known color: Peru Tan. HEX triplet: 81, 36 and 19. RGB value is (129,54,25). Sum of RGB (Red+Green+Blue) = 129+54+25=208 (27% of max value = 765). Red value is 129 (50.78% from 255 or 62.02% from 208); Green value is 54 (21.48% from 255 or 25.96% from 208); Blue value is 25 (10.16% from 255 or 12.02% from 208); Max value from RGB is 129 - color contains mainly: red. Hex color #813619 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813619 is #7EC9E6. Grayscale: #494949. Windows color (decimal): -8309223 or 1652353. OLE color: 1652353.

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

Color convert

RGB 129 54 25 -
CMYK 0 0.58 0.81 0.49
HSL 16.73º 0.68% 0.3% -
HSV(B) 16.73º 0.81% 0.51% -
XYZ 10.55 7.38 1.79 -
YUV 73.12 100.85 167.86 -
System Red Green Blue C M Y K H S L
Decimal 129 54 25 0 0.58 0.81 0.49 16.73 0.68 0.3
Hex 81 36 19 0 3A 51 31 11 44 1E
Octal 201 66 31 0 72 121 61 21 104 36
Binary 10000001 110110 11001 0 111010 1010001 110001 10001 1000100 11110

Color Harmonies of #813619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813619

Black with #813619

Text Example


Text Example

White with #813619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813619; }

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

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

background-color css

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

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

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

border-color css

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

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

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