#902920

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

Shades of Mandarian Orange #902920

Tints of Mandarian Orange #902920

Color information

#902920 (or 0x902920) is unknown color: approx Mandarian Orange. HEX triplet: 90, 29 and 20. RGB value is (144,41,32). Sum of RGB (Red+Green+Blue) = 144+41+32=217 (28% of max value = 765). Red value is 144 (56.64% from 255 or 66.36% from 217); Green value is 41 (16.41% from 255 or 18.89% from 217); Blue value is 32 (12.89% from 255 or 14.75% from 217); Max value from RGB is 144 - color contains mainly: red. Hex color #902920 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #902920 is #6FD6DF. Grayscale: #464646. Windows color (decimal): -7329504 or 2107792. OLE color: 2107792.

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

Color convert

RGB1444132-
CMYK00.720.780.44
HSL4.82º63.64%34.51%-
HSV(B)4.82º77.78%56.47%-
XYZ12.567.622.18-
YUV70.77106.12180.23-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 66.36%
GREEN value IS 41 (16.41% from 255) = 18.89%
BLUE value IS 32 (12.89% from 255) = 14.75%
R=66.36%
G=18.89%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.78
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144413200.720.780.444.8263.6434.51
Hex9029200484E2C54023
Octal2205140011011654510043
Binary100100001010011000000100100010011101011001011000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #902920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #902920; }

 p { color: rgb(144,41,32); }

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

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

 a { background-color: rgb(144,41,32); }

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

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

 span { border-color: rgb(144,41,32); }

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