#952824

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

Shades of Mandarian Orange #952824

Tints of Mandarian Orange #952824

Color information

#952824 (or 0x952824) is unknown color: approx Mandarian Orange. HEX triplet: 95, 28 and 24. RGB value is (149,40,36). Sum of RGB (Red+Green+Blue) = 149+40+36=225 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.22% from 225); Green value is 40 (16.02% from 255 or 17.78% from 225); Blue value is 36 (14.45% from 255 or 16% from 225); Max value from RGB is 149 - color contains mainly: red. Hex color #952824 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952824 is #6AD7DB. Grayscale: #484848. Windows color (decimal): -7002076 or 2369685. OLE color: 2369685.

HSL color Cylindrical-coordinate representation of color #952824: hue angle of 2.12º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #952824 is Cyan = 0, Magento = 0.73, Yellow = 0.76 and Black (K on CMYK) = 0.42.

Color convert

RGB1494036-
CMYK00.730.760.42
HSL2.12º61.08%36.27%-
HSV(B)2.12º75.84%58.43%-
XYZ13.478.032.51-
YUV72.13107.61182.83-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 66.22%
GREEN value IS 40 (16.02% from 255) = 17.78%
BLUE value IS 36 (14.45% from 255) = 16%
R=66.22%
G=17.78%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.76
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149403600.730.760.422.1261.0836.27
Hex9528240494C2A23d24
Octal225504401111145227544
Binary1001010110100010010001001001100110010101010111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952824; }

 p { color: rgb(149,40,36); }

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

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

 a { background-color: rgb(149,40,36); }

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

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

 span { border-color: rgb(149,40,36); }

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