#952518

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

Shades of Mandarian Orange #952518

Tints of Mandarian Orange #952518

Color information

#952518 (or 0x952518) is unknown color: approx Mandarian Orange. HEX triplet: 95, 25 and 18. RGB value is (149,37,24). Sum of RGB (Red+Green+Blue) = 149+37+24=210 (27% of max value = 765). Red value is 149 (58.59% from 255 or 70.95% from 210); Green value is 37 (14.84% from 255 or 17.62% from 210); Blue value is 24 (9.77% from 255 or 11.43% from 210); Max value from RGB is 149 - color contains mainly: red. Hex color #952518 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952518 is #6ADAE7. Grayscale: #454545. Windows color (decimal): -7002856 or 1582485. OLE color: 1582485.

HSL color Cylindrical-coordinate representation of color #952518: hue angle of 6.24º 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 #952518 is Cyan = 0, Magento = 0.75, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB1493724-
CMYK00.750.840.42
HSL6.24º72.25%33.92%-
HSV(B)6.24º83.89%58.43%-
XYZ13.227.781.67-
YUV69.01102.61185.06-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 70.95%
GREEN value IS 37 (14.84% from 255) = 17.62%
BLUE value IS 24 (9.77% from 255) = 11.43%
R=70.95%
G=17.62%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.84
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149372400.750.840.426.2472.2533.92
Hex95251804B542A64822
Octal2254530011312452611042
Binary10010101100101110000100101110101001010101101001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952518; }

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

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

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

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

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

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

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

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