#952418

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

Shades of Mandarian Orange #952418

Tints of Mandarian Orange #952418

Color information

#952418 (or 0x952418) is unknown color: approx Mandarian Orange. HEX triplet: 95, 24 and 18. RGB value is (149,36,24). Sum of RGB (Red+Green+Blue) = 149+36+24=209 (27% of max value = 765). Red value is 149 (58.59% from 255 or 71.29% from 209); Green value is 36 (14.45% from 255 or 17.22% from 209); Blue value is 24 (9.77% from 255 or 11.48% from 209); Max value from RGB is 149 - color contains mainly: red. Hex color #952418 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952418 is #6ADBE7. Grayscale: #444444. Windows color (decimal): -7003112 or 1582229. OLE color: 1582229.

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

Color convert

RGB1493624-
CMYK00.760.840.42
HSL5.76º72.25%33.92%-
HSV(B)5.76º83.89%58.43%-
XYZ13.197.721.66-
YUV68.42102.94185.48-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 71.29%
GREEN value IS 36 (14.45% from 255) = 17.22%
BLUE value IS 24 (9.77% from 255) = 11.48%
R=71.29%
G=17.22%
B=11.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.84
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149362400.760.840.425.7672.2533.92
Hex95241804C542A64822
Octal2254430011412452611042
Binary10010101100100110000100110010101001010101101001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952418; }

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

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

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

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

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

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

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

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