#952B24

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

Shades of Mandarian Orange #952B24

Tints of Mandarian Orange #952B24

Color information

#952B24 (or 0x952B24) is unknown color: approx Mandarian Orange. HEX triplet: 95, 2B and 24. RGB value is (149,43,36). Sum of RGB (Red+Green+Blue) = 149+43+36=228 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.35% from 228); Green value is 43 (17.19% from 255 or 18.86% from 228); Blue value is 36 (14.45% from 255 or 15.79% from 228); Max value from RGB is 149 - color contains mainly: red. Hex color #952B24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952B24 is #6AD4DB. Grayscale: #4A4A4A. Windows color (decimal): -7001308 or 2370453. OLE color: 2370453.

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

Color convert

RGB1494336-
CMYK00.710.760.42
HSL3.72º61.08%36.27%-
HSV(B)3.72º75.84%58.43%-
XYZ13.588.242.54-
YUV73.9106.62181.57-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 65.35%
GREEN value IS 43 (17.19% from 255) = 18.86%
BLUE value IS 36 (14.45% from 255) = 15.79%
R=65.35%
G=18.86%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.76
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149433600.710.760.423.7261.0836.27
Hex952B240474C2A43d24
Octal225534401071145247544
Binary10010101101011100100010001111001100101010100111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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