#952317

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

Shades of Mandarian Orange #952317

Tints of Mandarian Orange #952317

Color information

#952317 (or 0x952317) is unknown color: approx Mandarian Orange. HEX triplet: 95, 23 and 17. RGB value is (149,35,23). Sum of RGB (Red+Green+Blue) = 149+35+23=207 (27% of max value = 765). Red value is 149 (58.59% from 255 or 71.98% from 207); Green value is 35 (14.06% from 255 or 16.91% from 207); Blue value is 23 (9.38% from 255 or 11.11% from 207); Max value from RGB is 149 - color contains mainly: red. Hex color #952317 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952317 is #6ADCE8. Grayscale: #434343. Windows color (decimal): -7003369 or 1516437. OLE color: 1516437.

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

Color convert

RGB1493523-
CMYK00.770.850.42
HSL5.71º73.26%33.73%-
HSV(B)5.71º84.56%58.43%-
XYZ13.157.651.59-
YUV67.72102.77185.98-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 71.98%
GREEN value IS 35 (14.06% from 255) = 16.91%
BLUE value IS 23 (9.38% from 255) = 11.11%
R=71.98%
G=16.91%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.85
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149352300.770.850.425.7173.2633.73
Hex95231704D552A64922
Octal2254327011512552611142
Binary10010101100011101110100110110101011010101101001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952317; }

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

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

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

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

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

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

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

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