#803316

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

Shades of Peru Tan #803316

Tints of Peru Tan #803316

Color information

#803316 (or 0x803316) is unknown color: approx Peru Tan. HEX triplet: 80, 33 and 16. RGB value is (128,51,22). Sum of RGB (Red+Green+Blue) = 128+51+22=201 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.68% from 201); Green value is 51 (20.31% from 255 or 25.37% from 201); Blue value is 22 (8.98% from 255 or 10.95% from 201); Max value from RGB is 128 - color contains mainly: red. Hex color #803316 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803316 is #7FCCE9. Grayscale: #464646. Windows color (decimal): -8375530 or 1454976. OLE color: 1454976.

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

Color convert

RGB1285122-
CMYK00.600.830.50
HSL16.42º70.67%29.41%-
HSV(B)16.42º82.81%50.2%-
XYZ10.237.011.57-
YUV70.72100.51168.86-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 63.68%
GREEN value IS 51 (20.31% from 255) = 25.37%
BLUE value IS 22 (8.98% from 255) = 10.95%
R=63.68%
G=25.37%
B=10.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.83
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128512200.600.830.5016.4270.6729.41
Hex80331603C533210471d
Octal2006326074123622010735
Binary10000000110011101100111100101001111001010000100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803316; }

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

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

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

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

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

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

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

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