#952218

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

Shades of Mandarian Orange #952218

Tints of Mandarian Orange #952218

Color information

#952218 (or 0x952218) is unknown color: approx Mandarian Orange. HEX triplet: 95, 22 and 18. RGB value is (149,34,24). Sum of RGB (Red+Green+Blue) = 149+34+24=207 (27% of max value = 765). Red value is 149 (58.59% from 255 or 71.98% from 207); Green value is 34 (13.67% from 255 or 16.43% from 207); Blue value is 24 (9.77% from 255 or 11.59% from 207); Max value from RGB is 149 - color contains mainly: red. Hex color #952218 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952218 is #6ADDE7. Grayscale: #434343. Windows color (decimal): -7003624 or 1581717. OLE color: 1581717.

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

Color convert

RGB1493424-
CMYK00.770.840.42
HSL4.8º72.25%33.92%-
HSV(B)4.8º83.89%58.43%-
XYZ13.137.61.64-
YUV67.24103.6186.31-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 71.98%
GREEN value IS 34 (13.67% from 255) = 16.43%
BLUE value IS 24 (9.77% from 255) = 11.59%
R=71.98%
G=16.43%
B=11.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.84
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149342400.770.840.424.872.2533.92
Hex95221804D542A54822
Octal2254230011512452511042
Binary10010101100010110000100110110101001010101011001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952218; }

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

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

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

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

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

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

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

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