#952922

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

Shades of Mandarian Orange #952922

Tints of Mandarian Orange #952922

Color information

#952922 (or 0x952922) is unknown color: approx Mandarian Orange. HEX triplet: 95, 29 and 22. RGB value is (149,41,34). Sum of RGB (Red+Green+Blue) = 149+41+34=224 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.52% from 224); Green value is 41 (16.41% from 255 or 18.30% from 224); Blue value is 34 (13.67% from 255 or 15.18% from 224); Max value from RGB is 149 - color contains mainly: red. Hex color #952922 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952922 is #6AD6DD. Grayscale: #484848. Windows color (decimal): -7001822 or 2238869. OLE color: 2238869.

HSL color Cylindrical-coordinate representation of color #952922: hue angle of 3.65º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #952922 is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.42.

Color convert

RGB1494134-
CMYK00.720.770.42
HSL3.65º62.84%35.88%-
HSV(B)3.65º77.18%58.43%-
XYZ13.488.092.36-
YUV72.49106.28182.57-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 66.52%
GREEN value IS 41 (16.41% from 255) = 18.30%
BLUE value IS 34 (13.67% from 255) = 15.18%
R=66.52%
G=18.30%
B=15.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.77
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149413400.720.770.423.6562.8435.88
Hex9529220484D2A43f24
Octal225514201101155247744
Binary10010101101001100010010010001001101101010100111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952922; }

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

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

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

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

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

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

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

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