#803816

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

Shades of Peru Tan #803816

Tints of Peru Tan #803816

Color information

#803816 (or 0x803816) is unknown color: approx Peru Tan. HEX triplet: 80, 38 and 16. RGB value is (128,56,22). Sum of RGB (Red+Green+Blue) = 128+56+22=206 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.14% from 206); Green value is 56 (22.27% from 255 or 27.18% from 206); Blue value is 22 (8.98% from 255 or 10.68% from 206); Max value from RGB is 128 - color contains mainly: red. Hex color #803816 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803816 is #7FC7E9. Grayscale: #494949. Windows color (decimal): -8374250 or 1456256. OLE color: 1456256.

HSL color Cylindrical-coordinate representation of color #803816: hue angle of 19.25º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #803816 is Cyan = 0, Magento = 0.56, Yellow = 0.83 and Black (K on CMYK) = 0.50.

Color convert

RGB1285622-
CMYK00.560.830.50
HSL19.25º70.67%29.41%-
HSV(B)19.25º82.81%50.2%-
XYZ10.467.481.65-
YUV73.6598.85166.76-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 62.14%
GREEN value IS 56 (22.27% from 255) = 27.18%
BLUE value IS 22 (8.98% from 255) = 10.68%
R=62.14%
G=27.18%
B=10.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.83
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128562200.560.830.5019.2570.6729.41
Hex803816038533213471d
Octal2007026070123622310735
Binary10000000111000101100111000101001111001010011100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803816; }

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

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

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

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

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

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

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

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