#952726

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

Shades of Mandarian Orange #952726

Tints of Mandarian Orange #952726

Color information

#952726 (or 0x952726) is unknown color: approx Mandarian Orange. HEX triplet: 95, 27 and 26. RGB value is (149,39,38). Sum of RGB (Red+Green+Blue) = 149+39+38=226 (29% of max value = 765). Red value is 149 (58.59% from 255 or 65.93% from 226); Green value is 39 (15.62% from 255 or 17.26% from 226); Blue value is 38 (15.23% from 255 or 16.81% from 226); Max value from RGB is 149 - color contains mainly: red. Hex color #952726 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952726 is #6AD8D9. Grayscale: #474747. Windows color (decimal): -7002330 or 2500501. OLE color: 2500501.

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

Color convert

RGB1493938-
CMYK00.740.740.42
HSL0.54º59.36%36.67%-
HSV(B)0.54º74.5%58.43%-
XYZ13.477.982.66-
YUV71.78108.94183.08-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 65.93%
GREEN value IS 39 (15.62% from 255) = 17.26%
BLUE value IS 38 (15.23% from 255) = 16.81%
R=65.93%
G=17.26%
B=16.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149393800.740.740.420.5459.3636.67
Hex95272604A4A2A13b25
Octal225474601121125217345
Binary100101011001111001100100101010010101010101111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952726; }

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

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

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

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

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

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

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

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