#802B09

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

Shades of Peru Tan #802B09

Tints of Peru Tan #802B09

Color information

#802B09 (or 0x802B09) is unknown color: approx Peru Tan. HEX triplet: 80, 2B and 09. RGB value is (128,43,9). Sum of RGB (Red+Green+Blue) = 128+43+9=180 (23% of max value = 765). Red value is 128 (50.39% from 255 or 71.11% from 180); Green value is 43 (17.19% from 255 or 23.89% from 180); Blue value is 9 (3.91% from 255 or 5% from 180); Max value from RGB is 128 - color contains mainly: red. Hex color #802B09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802B09 is #7FD4F6. Grayscale: #404040. Windows color (decimal): -8377591 or 600960. OLE color: 600960.

HSL color Cylindrical-coordinate representation of color #802B09: hue angle of 17.14º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #802B09 is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.50.

Color convert

RGB128439-
CMYK00.660.930.50
HSL17.14º86.86%26.86%-
HSV(B)17.14º92.97%50.2%-
XYZ9.826.340.96-
YUV64.5496.66173.26-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 71.11%
GREEN value IS 43 (17.19% from 255) = 23.89%
BLUE value IS 9 (3.91% from 255) = 5%
R=71.11%
G=23.89%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.93
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12843900.660.930.5017.1486.8626.86
Hex802B90425D3211571b
Octal20053110102135622112733
Binary10000000101011100101000010101110111001010001101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802B09; }

 p { color: rgb(128,43,9); }

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

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

 a { background-color: rgb(128,43,9); }

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

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

 span { border-color: rgb(128,43,9); }

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