#952721

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

Shades of Mandarian Orange #952721

Tints of Mandarian Orange #952721

Color information

#952721 (or 0x952721) is unknown color: approx Mandarian Orange. HEX triplet: 95, 27 and 21. RGB value is (149,39,33). Sum of RGB (Red+Green+Blue) = 149+39+33=221 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.42% from 221); Green value is 39 (15.62% from 255 or 17.65% from 221); Blue value is 33 (13.28% from 255 or 14.93% from 221); Max value from RGB is 149 - color contains mainly: red. Hex color #952721 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952721 is #6AD8DE. Grayscale: #474747. Windows color (decimal): -7002335 or 2172821. OLE color: 2172821.

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

Color convert

RGB1493933-
CMYK00.740.780.42
HSL3.1º63.74%35.69%-
HSV(B)3.1º77.85%58.43%-
XYZ13.397.952.27-
YUV71.21106.44183.49-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 67.42%
GREEN value IS 39 (15.62% from 255) = 17.65%
BLUE value IS 33 (13.28% from 255) = 14.93%
R=67.42%
G=17.65%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149393300.740.780.423.163.7435.69
Hex95272104A4E2A34024
Octal2254741011211652310044
Binary10010101100111100001010010101001110101010111000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952721; }

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

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

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

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

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

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

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

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