#952117

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

Shades of Mandarian Orange #952117

Tints of Mandarian Orange #952117

Color information

#952117 (or 0x952117) is unknown color: approx Mandarian Orange. HEX triplet: 95, 21 and 17. RGB value is (149,33,23). Sum of RGB (Red+Green+Blue) = 149+33+23=205 (27% of max value = 765). Red value is 149 (58.59% from 255 or 72.68% from 205); Green value is 33 (13.28% from 255 or 16.10% from 205); Blue value is 23 (9.38% from 255 or 11.22% from 205); Max value from RGB is 149 - color contains mainly: red. Hex color #952117 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952117 is #6ADEE8. Grayscale: #424242. Windows color (decimal): -7003881 or 1515925. OLE color: 1515925.

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

Color convert

RGB1493323-
CMYK00.780.850.42
HSL4.76º73.26%33.73%-
HSV(B)4.76º84.56%58.43%-
XYZ13.097.541.58-
YUV66.54103.43186.81-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 72.68%
GREEN value IS 33 (13.28% from 255) = 16.10%
BLUE value IS 23 (9.38% from 255) = 11.22%
R=72.68%
G=16.10%
B=11.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.85
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149332300.780.850.424.7673.2633.73
Hex95211704E552A54922
Octal2254127011612552511142
Binary10010101100001101110100111010101011010101011001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952117; }

 p { color: rgb(149,33,23); }

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

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

 a { background-color: rgb(149,33,23); }

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

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

 span { border-color: rgb(149,33,23); }

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