#952511

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

Shades of Mandarian Orange #952511

Tints of Mandarian Orange #952511

Color information

#952511 (or 0x952511) is unknown color: approx Mandarian Orange. HEX triplet: 95, 25 and 11. RGB value is (149,37,17). Sum of RGB (Red+Green+Blue) = 149+37+17=203 (26% of max value = 765). Red value is 149 (58.59% from 255 or 73.40% from 203); Green value is 37 (14.84% from 255 or 18.23% from 203); Blue value is 17 (7.03% from 255 or 8.37% from 203); Max value from RGB is 149 - color contains mainly: red. Hex color #952511 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952511 is #6ADAEE. Grayscale: #444444. Windows color (decimal): -7002863 or 1123733. OLE color: 1123733.

HSL color Cylindrical-coordinate representation of color #952511: hue angle of 9.09º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #952511 is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB1493717-
CMYK00.750.890.42
HSL9.09º79.52%32.55%-
HSV(B)9.09º88.59%58.43%-
XYZ13.167.751.33-
YUV68.2199.11185.63-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 73.40%
GREEN value IS 37 (14.84% from 255) = 18.23%
BLUE value IS 17 (7.03% from 255) = 8.37%
R=73.40%
G=18.23%
B=8.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.89
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149371700.750.890.429.0979.5232.55
Hex95251104B592A95021
Octal22545210113131521112041
Binary100101011001011000101001011101100110101010011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952511; }

 p { color: rgb(149,37,17); }

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

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

 a { background-color: rgb(149,37,17); }

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

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

 span { border-color: rgb(149,37,17); }

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