#952B29

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

Shades of Mandarian Orange #952B29

Tints of Mandarian Orange #952B29

Color information

#952B29 (or 0x952B29) is unknown color: approx Mandarian Orange. HEX triplet: 95, 2B and 29. RGB value is (149,43,41). Sum of RGB (Red+Green+Blue) = 149+43+41=233 (30% of max value = 765). Red value is 149 (58.59% from 255 or 63.95% from 233); Green value is 43 (17.19% from 255 or 18.45% from 233); Blue value is 41 (16.41% from 255 or 17.60% from 233); Max value from RGB is 149 - color contains mainly: red. Hex color #952B29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952B29 is #6AD4D6. Grayscale: #4A4A4A. Windows color (decimal): -7001303 or 2698133. OLE color: 2698133.

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

Color convert

RGB1494341-
CMYK00.710.720.42
HSL1.11º56.84%37.25%-
HSV(B)1.11º72.48%58.43%-
XYZ13.668.282.98-
YUV74.47109.12181.16-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 63.95%
GREEN value IS 43 (17.19% from 255) = 18.45%
BLUE value IS 41 (16.41% from 255) = 17.60%
R=63.95%
G=18.45%
B=17.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149434100.710.720.421.1156.8437.25
Hex952B29047482A13925
Octal225535101071105217145
Binary100101011010111010010100011110010001010101111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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