#952622

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

Shades of Mandarian Orange #952622

Tints of Mandarian Orange #952622

Color information

#952622 (or 0x952622) is unknown color: approx Mandarian Orange. HEX triplet: 95, 26 and 22. RGB value is (149,38,34). Sum of RGB (Red+Green+Blue) = 149+38+34=221 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.42% from 221); Green value is 38 (15.23% from 255 or 17.19% from 221); Blue value is 34 (13.67% from 255 or 15.38% from 221); Max value from RGB is 149 - color contains mainly: red. Hex color #952622 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952622 is #6AD9DD. Grayscale: #464646. Windows color (decimal): -7002590 or 2238101. OLE color: 2238101.

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

Color convert

RGB1493834-
CMYK00.740.770.42
HSL2.09º62.84%35.88%-
HSV(B)2.09º77.18%58.43%-
XYZ13.387.892.33-
YUV70.73107.27183.83-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 67.42%
GREEN value IS 38 (15.23% from 255) = 17.19%
BLUE value IS 34 (13.67% from 255) = 15.38%
R=67.42%
G=17.19%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.77
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149383400.740.770.422.0962.8435.88
Hex95262204A4D2A23f24
Octal225464201121155227744
Binary1001010110011010001001001010100110110101010111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952622; }

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

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

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

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

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

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

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

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