#803818

Color #803818 Peru Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peru Tan #803818

Tints of Peru Tan #803818

Color information

#803818 (or 0x803818) is unknown color: approx Peru Tan. HEX triplet: 80, 38 and 18. RGB value is (128,56,24). Sum of RGB (Red+Green+Blue) = 128+56+24=208 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.54% from 208); Green value is 56 (22.27% from 255 or 26.92% from 208); Blue value is 24 (9.77% from 255 or 11.54% from 208); Max value from RGB is 128 - color contains mainly: red. Hex color #803818 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803818 is #7FC7E7. Grayscale: #4A4A4A. Windows color (decimal): -8374248 or 1587328. OLE color: 1587328.

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

Color convert

RGB1285624-
CMYK00.560.810.50
HSL18.46º68.42%29.8%-
HSV(B)18.46º81.25%50.2%-
XYZ10.487.481.76-
YUV73.8899.85166.6-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 61.54%
GREEN value IS 56 (22.27% from 255) = 26.92%
BLUE value IS 24 (9.77% from 255) = 11.54%
R=61.54%
G=26.92%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.81
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128562400.560.810.5018.4668.4229.8
Hex803818038513212441e
Octal2007030070121622210436
Binary10000000111000110000111000101000111001010010100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803818; }

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

 H1.HeaderClassName
 {
   color: #803818;
 }
 .AnyTagClassName
 {
   color: #803818;
 }
</style>
background-color css

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

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

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

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

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

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