Html Css Color HEX #813617 Peru Tan

📋 copy color: '#813617'

red 129 ◦ green 54 ◦ blue 23

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

Shades of Peru Tan #813617

Tints of Peru Tan #813617

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 11.17%

R = 62.62%
G = 26.21%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#813617 (or 0x813617) is known color: Peru Tan. HEX triplet: 81, 36 and 17. RGB value is (129,54,23). Sum of RGB (Red+Green+Blue) = 129+54+23=206 (27% of max value = 765). Red value is 129 (50.78% from 255 or 62.62% from 206); Green value is 54 (21.48% from 255 or 26.21% from 206); Blue value is 23 (9.38% from 255 or 11.17% from 206); Max value from RGB is 129 - color contains mainly: red. Hex color #813617 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813617 is #7EC9E8. Grayscale: #494949. Windows color (decimal): -8309225 or 1521281. OLE color: 1521281.

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

Color convert

RGB 129 54 23 -
CMYK 0 0.58 0.82 0.49
HSL 17.55º 0.7% 0.3% -
HSV(B) 17.55º 0.82% 0.51% -
XYZ 10.53 7.37 1.68 -
YUV 72.89 99.85 168.02 -
System Red Green Blue C M Y K H S L
Decimal 129 54 23 0 0.58 0.82 0.49 17.55 0.7 0.3
Hex 81 36 17 0 3A 52 31 12 46 1E
Octal 201 66 27 0 72 122 61 22 106 36
Binary 10000001 110110 10111 0 111010 1010010 110001 10010 1000110 11110

Color Harmonies of #813617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813617

Black with #813617

Text Example


Text Example

White with #813617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813617; }

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

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

background-color css

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

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

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

border-color css

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

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

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