#802c0a

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

Shades of Peru Tan #802C0A

Tints of Peru Tan #802C0A

Color information

#802C0A (or 0x802C0A) is unknown color: approx Peru Tan. HEX triplet: 80, 2C and 0A. RGB value is (128,44,10). Sum of RGB (Red+Green+Blue) = 128+44+10=182 (24% of max value = 765). Red value is 128 (50.39% from 255 or 70.33% from 182); Green value is 44 (17.58% from 255 or 24.18% from 182); Blue value is 10 (4.30% from 255 or 5.49% from 182); Max value from RGB is 128 - color contains mainly: red. Hex color #802C0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802C0A is #7FD3F5. Grayscale: #414141. Windows color (decimal): -8377334 or 666752. OLE color: 666752.

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

Color convert

RGB1284410-
CMYK00.660.920.50
HSL17.29º85.51%27.06%-
HSV(B)17.29º92.19%50.2%-
XYZ9.866.411.01-
YUV65.2496.83172.76-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 70.33%
GREEN value IS 44 (17.58% from 255) = 24.18%
BLUE value IS 10 (4.30% from 255) = 5.49%
R=70.33%
G=24.18%
B=5.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.92
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128441000.660.920.5017.2985.5127.06
Hex802CA0425C3211561b
Octal20054120102134622112633
Binary10000000101100101001000010101110011001010001101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802c0a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,44,10); }

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

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

 a { background-color: rgb(128,44,10); }

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

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

 span { border-color: rgb(128,44,10); }

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