#952921

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

Shades of Mandarian Orange #952921

Tints of Mandarian Orange #952921

Color information

#952921 (or 0x952921) is unknown color: approx Mandarian Orange. HEX triplet: 95, 29 and 21. RGB value is (149,41,33). Sum of RGB (Red+Green+Blue) = 149+41+33=223 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.82% from 223); Green value is 41 (16.41% from 255 or 18.39% from 223); Blue value is 33 (13.28% from 255 or 14.80% from 223); Max value from RGB is 149 - color contains mainly: red. Hex color #952921 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952921 is #6AD6DE. Grayscale: #484848. Windows color (decimal): -7001823 or 2173333. OLE color: 2173333.

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

Color convert

RGB1494133-
CMYK00.720.780.42
HSL4.14º63.74%35.69%-
HSV(B)4.14º77.85%58.43%-
XYZ13.468.092.29-
YUV72.38105.78182.65-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 66.82%
GREEN value IS 41 (16.41% from 255) = 18.39%
BLUE value IS 33 (13.28% from 255) = 14.80%
R=66.82%
G=18.39%
B=14.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149413300.720.780.424.1463.7435.69
Hex9529210484E2A44024
Octal2255141011011652410044
Binary100101011010011000010100100010011101010101001000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952921; }

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

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

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

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

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

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

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

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