#802522

Color #802522 Mandarian Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandarian Orange #802522

Tints of Mandarian Orange #802522

Color information

#802522 (or 0x802522) is unknown color: approx Mandarian Orange. HEX triplet: 80, 25 and 22. RGB value is (128,37,34). Sum of RGB (Red+Green+Blue) = 128+37+34=199 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.32% from 199); Green value is 37 (14.84% from 255 or 18.59% from 199); Blue value is 34 (13.67% from 255 or 17.09% from 199); Max value from RGB is 128 - color contains mainly: red. Hex color #802522 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802522 is #7FDADD. Grayscale: #3F3F3F. Windows color (decimal): -8379102 or 2237824. OLE color: 2237824.

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

Color convert

RGB1283734-
CMYK00.710.730.50
HSL1.91º58.02%31.76%-
HSV(B)1.91º73.44%50.2%-
XYZ9.856.032.16-
YUV63.87111.15173.74-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 64.32%
GREEN value IS 37 (14.84% from 255) = 18.59%
BLUE value IS 34 (13.67% from 255) = 17.09%
R=64.32%
G=18.59%
B=17.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.73
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128373400.710.730.501.9158.0231.76
Hex802522047493223a20
Octal200454201071116227240
Binary1000000010010110001001000111100100111001010111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802522; }

 p { color: rgb(128,37,34); }

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

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

 a { background-color: rgb(128,37,34); }

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

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

 span { border-color: rgb(128,37,34); }

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