#902522

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

Shades of Mandarian Orange #902522

Tints of Mandarian Orange #902522

Color information

#902522 (or 0x902522) is unknown color: approx Mandarian Orange. HEX triplet: 90, 25 and 22. RGB value is (144,37,34). Sum of RGB (Red+Green+Blue) = 144+37+34=215 (28% of max value = 765). Red value is 144 (56.64% from 255 or 66.98% from 215); Green value is 37 (14.84% from 255 or 17.21% from 215); Blue value is 34 (13.67% from 255 or 15.81% from 215); Max value from RGB is 144 - color contains mainly: red. Hex color #902522 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #902522 is #6FDADD. Grayscale: #444444. Windows color (decimal): -7330526 or 2237840. OLE color: 2237840.

HSL color Cylindrical-coordinate representation of color #902522: hue angle of 1.64º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #902522 is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.44.

Color convert

RGB1443734-
CMYK00.740.760.44
HSL1.64º61.8%34.9%-
HSV(B)1.64º76.39%56.47%-
XYZ12.457.372.28-
YUV68.65108.45181.74-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 66.98%
GREEN value IS 37 (14.84% from 255) = 17.21%
BLUE value IS 34 (13.67% from 255) = 15.81%
R=66.98%
G=17.21%
B=15.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.76
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144373400.740.760.441.6461.834.9
Hex90252204A4C2C23e23
Octal220454201121145427643
Binary1001000010010110001001001010100110010110010111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #902522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #902522; }

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

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

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

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

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

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

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

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