#952821

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

Shades of Mandarian Orange #952821

Tints of Mandarian Orange #952821

Color information

#952821 (or 0x952821) is unknown color: approx Mandarian Orange. HEX triplet: 95, 28 and 21. RGB value is (149,40,33). Sum of RGB (Red+Green+Blue) = 149+40+33=222 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.12% from 222); Green value is 40 (16.02% from 255 or 18.02% from 222); Blue value is 33 (13.28% from 255 or 14.86% from 222); Max value from RGB is 149 - color contains mainly: red. Hex color #952821 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952821 is #6AD7DE. Grayscale: #474747. Windows color (decimal): -7002079 or 2173077. OLE color: 2173077.

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

Color convert

RGB1494033-
CMYK00.730.780.42
HSL3.62º63.74%35.69%-
HSV(B)3.62º77.85%58.43%-
XYZ13.438.022.28-
YUV71.79106.11183.07-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 67.12%
GREEN value IS 40 (16.02% from 255) = 18.02%
BLUE value IS 33 (13.28% from 255) = 14.86%
R=67.12%
G=18.02%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149403300.730.780.423.6263.7435.69
Hex9528210494E2A44024
Octal2255041011111652410044
Binary100101011010001000010100100110011101010101001000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952821; }

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

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

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

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

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

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

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

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