#952928

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

Shades of Mandarian Orange #952928

Tints of Mandarian Orange #952928

Color information

#952928 (or 0x952928) is unknown color: approx Mandarian Orange. HEX triplet: 95, 29 and 28. RGB value is (149,41,40). Sum of RGB (Red+Green+Blue) = 149+41+40=230 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.78% from 230); Green value is 41 (16.41% from 255 or 17.83% from 230); Blue value is 40 (16.02% from 255 or 17.39% from 230); Max value from RGB is 149 - color contains mainly: red. Hex color #952928 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952928 is #6AD6D7. Grayscale: #494949. Windows color (decimal): -7001816 or 2632085. OLE color: 2632085.

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

Color convert

RGB1494140-
CMYK00.720.730.42
HSL0.55º57.67%37.06%-
HSV(B)0.55º73.15%58.43%-
XYZ13.578.132.86-
YUV73.18109.28182.08-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 64.78%
GREEN value IS 41 (16.41% from 255) = 17.83%
BLUE value IS 40 (16.02% from 255) = 17.39%
R=64.78%
G=17.83%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.73
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149414000.720.730.420.5557.6737.06
Hex952928048492A13a25
Octal225515001101115217245
Binary100101011010011010000100100010010011010101111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952928; }

 p { color: rgb(149,41,40); }

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

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

 a { background-color: rgb(149,41,40); }

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

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

 span { border-color: rgb(149,41,40); }

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