#952625

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

Shades of Mandarian Orange #952625

Tints of Mandarian Orange #952625

Color information

#952625 (or 0x952625) is unknown color: approx Mandarian Orange. HEX triplet: 95, 26 and 25. RGB value is (149,38,37). Sum of RGB (Red+Green+Blue) = 149+38+37=224 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.52% from 224); Green value is 38 (15.23% from 255 or 16.96% from 224); Blue value is 37 (14.84% from 255 or 16.52% from 224); Max value from RGB is 149 - color contains mainly: red. Hex color #952625 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952625 is #6AD9DA. Grayscale: #474747. Windows color (decimal): -7002587 or 2434709. OLE color: 2434709.

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

Color convert

RGB1493837-
CMYK00.740.750.42
HSL0.54º60.22%36.47%-
HSV(B)0.54º75.17%58.43%-
XYZ13.427.912.57-
YUV71.08108.77183.58-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 66.52%
GREEN value IS 38 (15.23% from 255) = 16.96%
BLUE value IS 37 (14.84% from 255) = 16.52%
R=66.52%
G=16.96%
B=16.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.75
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149383700.740.750.420.5460.2236.47
Hex95262504A4B2A13c24
Octal225464501121135217444
Binary100101011001101001010100101010010111010101111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952625; }

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

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

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

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

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

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

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

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