#932B20

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

Shades of Mandarian Orange #932B20

Tints of Mandarian Orange #932B20

Color information

#932B20 (or 0x932B20) is unknown color: approx Mandarian Orange. HEX triplet: 93, 2B and 20. RGB value is (147,43,32). Sum of RGB (Red+Green+Blue) = 147+43+32=222 (29% of max value = 765). Red value is 147 (57.81% from 255 or 66.22% from 222); Green value is 43 (17.19% from 255 or 19.37% from 222); Blue value is 32 (12.89% from 255 or 14.41% from 222); Max value from RGB is 147 - color contains mainly: red. Hex color #932B20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #932B20 is #6CD4DF. Grayscale: #484848. Windows color (decimal): -7132384 or 2108307. OLE color: 2108307.

HSL color Cylindrical-coordinate representation of color #932B20: hue angle of 5.74º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #932B20 is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB1474332-
CMYK00.710.780.42
HSL5.74º64.25%35.1%-
HSV(B)5.74º78.23%57.65%-
XYZ13.168.042.22-
YUV72.84104.96180.89-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 66.22%
GREEN value IS 43 (17.19% from 255) = 19.37%
BLUE value IS 32 (12.89% from 255) = 14.41%
R=66.22%
G=19.37%
B=14.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147433200.710.780.425.7464.2535.1
Hex932B200474E2A64023
Octal2235340010711652610043
Binary100100111010111000000100011110011101010101101000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #932B20; }

 p { color: rgb(147,43,32); }

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

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

 a { background-color: rgb(147,43,32); }

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

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

 span { border-color: rgb(147,43,32); }

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