#952B2A

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

Shades of Mandarian Orange #952B2A

Tints of Mandarian Orange #952B2A

Color information

#952B2A (or 0x952B2A) is unknown color: approx Mandarian Orange. HEX triplet: 95, 2B and 2A. RGB value is (149,43,42). Sum of RGB (Red+Green+Blue) = 149+43+42=234 (30% of max value = 765). Red value is 149 (58.59% from 255 or 63.68% from 234); Green value is 43 (17.19% from 255 or 18.38% from 234); Blue value is 42 (16.80% from 255 or 17.95% from 234); Max value from RGB is 149 - color contains mainly: red. Hex color #952B2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952B2A is #6AD4D5. Grayscale: #4A4A4A. Windows color (decimal): -7001302 or 2763669. OLE color: 2763669.

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

Color convert

RGB1494342-
CMYK00.710.720.42
HSL0.56º56.02%37.45%-
HSV(B)0.56º71.81%58.43%-
XYZ13.688.283.07-
YUV74.58109.62181.08-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 63.68%
GREEN value IS 43 (17.19% from 255) = 18.38%
BLUE value IS 42 (16.80% from 255) = 17.95%
R=63.68%
G=18.38%
B=17.95%

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
Decimal149434200.710.720.420.5656.0237.45
Hex952B2A047482A13825
Octal225535201071105217045
Binary100101011010111010100100011110010001010101111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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