#952b27

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

Shades of Mandarian Orange #952B27

Tints of Mandarian Orange #952B27

Color information

#952B27 (or 0x952B27) is unknown color: approx Mandarian Orange. HEX triplet: 95, 2B and 27. RGB value is (149,43,39). Sum of RGB (Red+Green+Blue) = 149+43+39=231 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.50% from 231); Green value is 43 (17.19% from 255 or 18.61% from 231); Blue value is 39 (15.62% from 255 or 16.88% from 231); Max value from RGB is 149 - color contains mainly: red. Hex color #952B27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952B27 is #6AD4D8. Grayscale: #4A4A4A. Windows color (decimal): -7001305 or 2567061. OLE color: 2567061.

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

Color convert

RGB1494339-
CMYK00.710.740.42
HSL2.18º58.51%36.86%-
HSV(B)2.18º73.83%58.43%-
XYZ13.628.262.8-
YUV74.24108.12181.33-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 64.50%
GREEN value IS 43 (17.19% from 255) = 18.61%
BLUE value IS 39 (15.62% from 255) = 16.88%
R=64.50%
G=18.61%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149433900.710.740.422.1858.5136.86
Hex952B270474A2A23b25
Octal225534701071125227345
Binary1001010110101110011101000111100101010101010111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952b27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952b27; }

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

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

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

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

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

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

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

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