#952525

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

Shades of Mandarian Orange #952525

Tints of Mandarian Orange #952525

Color information

#952525 (or 0x952525) is unknown color: approx Mandarian Orange. HEX triplet: 95, 25 and 25. RGB value is (149,37,37). Sum of RGB (Red+Green+Blue) = 149+37+37=223 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.82% from 223); Green value is 37 (14.84% from 255 or 16.59% from 223); Blue value is 37 (14.84% from 255 or 16.59% from 223); Max value from RGB is 149 - color contains mainly: red. Hex color #952525 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952525 is #6ADADA. Grayscale: #464646. Windows color (decimal): -7002843 or 2434453. OLE color: 2434453.

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

Color convert

RGB1493737-
CMYK00.750.750.42
HSL60.22%36.47%-
HSV(B)75.17%58.43%-
XYZ13.397.852.56-
YUV70.49109.11184-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 66.82%
GREEN value IS 37 (14.84% from 255) = 16.59%
BLUE value IS 37 (14.84% from 255) = 16.59%
R=66.82%
G=16.59%
B=16.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.75
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149373700.750.750.42060.2236.47
Hex95252504B4B2A03c24
Octal225454501131135207444
Binary100101011001011001010100101110010111010100111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952525; }

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

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

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

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

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

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

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

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