#952216

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

Shades of Mandarian Orange #952216

Tints of Mandarian Orange #952216

Color information

#952216 (or 0x952216) is unknown color: approx Mandarian Orange. HEX triplet: 95, 22 and 16. RGB value is (149,34,22). Sum of RGB (Red+Green+Blue) = 149+34+22=205 (27% of max value = 765). Red value is 149 (58.59% from 255 or 72.68% from 205); Green value is 34 (13.67% from 255 or 16.59% from 205); Blue value is 22 (8.98% from 255 or 10.73% from 205); Max value from RGB is 149 - color contains mainly: red. Hex color #952216 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952216 is #6ADDE9. Grayscale: #434343. Windows color (decimal): -7003626 or 1450645. OLE color: 1450645.

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

Color convert

RGB1493422-
CMYK00.770.850.42
HSL5.67º74.27%33.53%-
HSV(B)5.67º85.23%58.43%-
XYZ13.117.591.53-
YUV67.02102.6186.48-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 72.68%
GREEN value IS 34 (13.67% from 255) = 16.59%
BLUE value IS 22 (8.98% from 255) = 10.73%
R=72.68%
G=16.59%
B=10.73%

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
Decimal149342200.770.850.425.6774.2733.53
Hex95221604D552A64a22
Octal2254226011512552611242
Binary10010101100010101100100110110101011010101101001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952216; }

 p { color: rgb(149,34,22); }

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

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

 a { background-color: rgb(149,34,22); }

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

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

 span { border-color: rgb(149,34,22); }

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