#902D2A

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

Shades of Mandarian Orange #902D2A

Tints of Mandarian Orange #902D2A

Color information

#902D2A (or 0x902D2A) is unknown color: approx Mandarian Orange. HEX triplet: 90, 2D and 2A. RGB value is (144,45,42). Sum of RGB (Red+Green+Blue) = 144+45+42=231 (30% of max value = 765). Red value is 144 (56.64% from 255 or 62.34% from 231); Green value is 45 (17.97% from 255 or 19.48% from 231); Blue value is 42 (16.80% from 255 or 18.18% from 231); Max value from RGB is 144 - color contains mainly: red. Hex color #902D2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #902D2A is #6FD2D5. Grayscale: #4A4A4A. Windows color (decimal): -7328470 or 2764176. OLE color: 2764176.

HSL color Cylindrical-coordinate representation of color #902D2A: hue angle of 1.76º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #902D2A is Cyan = 0, Magento = 0.69, Yellow = 0.71 and Black (K on CMYK) = 0.44.

Color convert

RGB1444542-
CMYK00.690.710.44
HSL1.76º54.84%36.47%-
HSV(B)1.76º70.83%56.47%-
XYZ12.867.973.05-
YUV74.26109.8177.74-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 62.34%
GREEN value IS 45 (17.97% from 255) = 19.48%
BLUE value IS 42 (16.80% from 255) = 18.18%
R=62.34%
G=19.48%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.71
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144454200.690.710.441.7654.8436.47
Hex902D2A045472C23724
Octal220555201051075426744
Binary1001000010110110101001000101100011110110010110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #902D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #902D2A; }

 p { color: rgb(144,45,42); }

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

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

 a { background-color: rgb(144,45,42); }

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

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

 span { border-color: rgb(144,45,42); }

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