#95220A

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

Shades of Mandarian Orange #95220A

Tints of Mandarian Orange #95220A

Color information

#95220A (or 0x95220A) is unknown color: approx Mandarian Orange. HEX triplet: 95, 22 and 0A. RGB value is (149,34,10). Sum of RGB (Red+Green+Blue) = 149+34+10=193 (25% of max value = 765). Red value is 149 (58.59% from 255 or 77.20% from 193); Green value is 34 (13.67% from 255 or 17.62% from 193); Blue value is 10 (4.30% from 255 or 5.18% from 193); Max value from RGB is 149 - color contains mainly: red. Hex color #95220A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #95220A is #6ADDF5. Grayscale: #414141. Windows color (decimal): -7003638 or 664213. OLE color: 664213.

HSL color Cylindrical-coordinate representation of color #95220A: hue angle of 10.36º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #95220A is Cyan = 0, Magento = 0.77, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB1493410-
CMYK00.770.930.42
HSL10.36º87.42%31.18%-
HSV(B)10.36º93.29%58.43%-
XYZ13.027.561.06-
YUV65.6596.6187.45-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 77.20%
GREEN value IS 34 (13.67% from 255) = 17.62%
BLUE value IS 10 (4.30% from 255) = 5.18%
R=77.20%
G=17.62%
B=5.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149341000.770.930.4210.3687.4231.18
Hex9522A04D5D2Aa571f
Octal22542120115135521212737
Binary1001010110001010100100110110111011010101010101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95220A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95220A; }

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

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

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

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

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

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

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

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