Html Css Color HEX #813618 Peru Tan

📋 copy color: '#813618'

red 129 ◦ green 54 ◦ blue 24

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

Shades of Peru Tan #813618

Tints of Peru Tan #813618

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 11.59%

R = 62.32%
G = 26.09%
B = 11.59%

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

#813618 (or 0x813618) is known color: Peru Tan. HEX triplet: 81, 36 and 18. RGB value is (129,54,24). Sum of RGB (Red+Green+Blue) = 129+54+24=207 (27% of max value = 765). Red value is 129 (50.78% from 255 or 62.32% from 207); Green value is 54 (21.48% from 255 or 26.09% from 207); Blue value is 24 (9.77% from 255 or 11.59% from 207); Max value from RGB is 129 - color contains mainly: red. Hex color #813618 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813618 is #7EC9E7. Grayscale: #494949. Windows color (decimal): -8309224 or 1586817. OLE color: 1586817.

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

Color convert

RGB 129 54 24 -
CMYK 0 0.58 0.81 0.49
HSL 17.14º 0.69% 0.3% -
HSV(B) 17.14º 0.81% 0.51% -
XYZ 10.54 7.37 1.73 -
YUV 73.01 100.35 167.94 -
System Red Green Blue C M Y K H S L
Decimal 129 54 24 0 0.58 0.81 0.49 17.14 0.69 0.3
Hex 81 36 18 0 3A 51 31 11 45 1E
Octal 201 66 30 0 72 121 61 21 105 36
Binary 10000001 110110 11000 0 111010 1010001 110001 10001 1000101 11110

Color Harmonies of #813618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813618

Black with #813618

Text Example


Text Example

White with #813618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813618; }

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

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

background-color css

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

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

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

border-color css

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

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

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