Html Css Color HEX #803518 Peru Tan

📋 copy color: '#803518'

red 128 ◦ green 53 ◦ blue 24

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

Shades of Peru Tan #803518

Tints of Peru Tan #803518

RGB

 RED value IS 128 (50.39% from 255) = 62.44%

 GREEN value IS 53 (21.09% from 255) = 25.85%

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

R = 62.44%
G = 25.85%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.81

 K value IS 0.50

RGB Variations

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

Color information

#803518 (or 0x803518) is known color: Peru Tan. HEX triplet: 80, 35 and 18. RGB value is (128,53,24). Sum of RGB (Red+Green+Blue) = 128+53+24=205 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.44% from 205); Green value is 53 (21.09% from 255 or 25.85% from 205); Blue value is 24 (9.77% from 255 or 11.71% from 205); Max value from RGB is 128 - color contains mainly: red. Hex color #803518 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803518 is #7FCAE7. Grayscale: #484848. Windows color (decimal): -8375016 or 1586560. OLE color: 1586560.

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

Color convert

RGB 128 53 24 -
CMYK 0 0.59 0.81 0.50
HSL 16.73º 0.68% 0.3% -
HSV(B) 16.73º 0.81% 0.5% -
XYZ 10.34 7.2 1.71 -
YUV 72.12 100.85 167.86 -
System Red Green Blue C M Y K H S L
Decimal 128 53 24 0 0.59 0.81 0.50 16.73 0.68 0.3
Hex 80 35 18 0 3B 51 32 11 44 1E
Octal 200 65 30 0 73 121 62 21 104 36
Binary 10000000 110101 11000 0 111011 1010001 110010 10001 1000100 11110

Color Harmonies of #803518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803518

Black with #803518

Text Example


Text Example

White with #803518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803518; }

 p { color: rgb(128,53,24); }

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

background-color css

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

 a { background-color: rgb(128,53,24); }

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

border-color css

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

 span { border-color: rgb(128,53,24); }

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