#952513

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

Shades of Mandarian Orange #952513

Tints of Mandarian Orange #952513

Color information

#952513 (or 0x952513) is unknown color: approx Mandarian Orange. HEX triplet: 95, 25 and 13. RGB value is (149,37,19). Sum of RGB (Red+Green+Blue) = 149+37+19=205 (27% of max value = 765). Red value is 149 (58.59% from 255 or 72.68% from 205); Green value is 37 (14.84% from 255 or 18.05% from 205); Blue value is 19 (7.81% from 255 or 9.27% from 205); Max value from RGB is 149 - color contains mainly: red. Hex color #952513 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952513 is #6ADAEC. Grayscale: #444444. Windows color (decimal): -7002861 or 1254805. OLE color: 1254805.

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

Color convert

RGB1493719-
CMYK00.750.870.42
HSL8.31º77.38%32.94%-
HSV(B)8.31º87.25%58.43%-
XYZ13.177.761.42-
YUV68.44100.11185.46-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 72.68%
GREEN value IS 37 (14.84% from 255) = 18.05%
BLUE value IS 19 (7.81% from 255) = 9.27%
R=72.68%
G=18.05%
B=9.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.87
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149371900.750.870.428.3177.3832.94
Hex95251304B572A84d21
Octal22545230113127521011541
Binary100101011001011001101001011101011110101010001001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952513; }

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

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

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

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

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

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

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

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