#952013

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

Shades of Mandarian Orange #952013

Tints of Mandarian Orange #952013

Color information

#952013 (or 0x952013) is unknown color: approx Mandarian Orange. HEX triplet: 95, 20 and 13. RGB value is (149,32,19). Sum of RGB (Red+Green+Blue) = 149+32+19=200 (26% of max value = 765). Red value is 149 (58.59% from 255 or 74.5% from 200); Green value is 32 (12.89% from 255 or 16% from 200); Blue value is 19 (7.81% from 255 or 9.5% from 200); Max value from RGB is 149 - color contains mainly: red. Hex color #952013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952013 is #6ADFEC. Grayscale: #414141. Windows color (decimal): -7004141 or 1253525. OLE color: 1253525.

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

Color convert

RGB1493219-
CMYK00.790.870.42
HSL77.38%32.94%-
HSV(B)87.25%58.43%-
XYZ13.037.471.37-
YUV65.5101.76187.56-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 74.5%
GREEN value IS 32 (12.89% from 255) = 16%
BLUE value IS 19 (7.81% from 255) = 9.5%
R=74.5%
G=16%
B=9.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.87
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149321900.790.870.42677.3832.94
Hex95201304F572A64d21
Octal2254023011712752611541
Binary10010101100000100110100111110101111010101101001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952013; }

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

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

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

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

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

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

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

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