#952720

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

Shades of Mandarian Orange #952720

Tints of Mandarian Orange #952720

Color information

#952720 (or 0x952720) is unknown color: approx Mandarian Orange. HEX triplet: 95, 27 and 20. RGB value is (149,39,32). Sum of RGB (Red+Green+Blue) = 149+39+32=220 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.73% from 220); Green value is 39 (15.62% from 255 or 17.73% from 220); Blue value is 32 (12.89% from 255 or 14.55% from 220); Max value from RGB is 149 - color contains mainly: red. Hex color #952720 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952720 is #6AD8DF. Grayscale: #474747. Windows color (decimal): -7002336 or 2107285. OLE color: 2107285.

HSL color Cylindrical-coordinate representation of color #952720: hue angle of 3.59º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #952720 is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB1493932-
CMYK00.740.790.42
HSL3.59º64.64%35.49%-
HSV(B)3.59º78.52%58.43%-
XYZ13.387.942.19-
YUV71.09105.94183.57-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 67.73%
GREEN value IS 39 (15.62% from 255) = 17.73%
BLUE value IS 32 (12.89% from 255) = 14.55%
R=67.73%
G=17.73%
B=14.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149393200.740.790.423.5964.6435.49
Hex95272004A4F2A44123
Octal2254740011211752410143
Binary100101011001111000000100101010011111010101001000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952720; }

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

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

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

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

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

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

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

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