#932C29

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

Shades of Mandarian Orange #932C29

Tints of Mandarian Orange #932C29

Color information

#932C29 (or 0x932C29) is unknown color: approx Mandarian Orange. HEX triplet: 93, 2C and 29. RGB value is (147,44,41). Sum of RGB (Red+Green+Blue) = 147+44+41=232 (30% of max value = 765). Red value is 147 (57.81% from 255 or 63.36% from 232); Green value is 44 (17.58% from 255 or 18.97% from 232); Blue value is 41 (16.41% from 255 or 17.67% from 232); Max value from RGB is 147 - color contains mainly: red. Hex color #932C29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #932C29 is #6CD3D6. Grayscale: #4A4A4A. Windows color (decimal): -7132119 or 2698387. OLE color: 2698387.

HSL color Cylindrical-coordinate representation of color #932C29: hue angle of 1.7º 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 #932C29 is Cyan = 0, Magento = 0.70, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB1474441-
CMYK00.700.720.42
HSL1.7º56.38%36.86%-
HSV(B)1.7º72.11%57.65%-
XYZ13.338.162.97-
YUV74.46109.12179.74-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 63.36%
GREEN value IS 44 (17.58% from 255) = 18.97%
BLUE value IS 41 (16.41% from 255) = 17.67%
R=63.36%
G=18.97%
B=17.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147444100.700.720.421.756.3836.86
Hex932C29046482A23825
Octal223545101061105227045
Binary1001001110110010100101000110100100010101010111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,44,41); }

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

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

 a { background-color: rgb(147,44,41); }

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

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

 span { border-color: rgb(147,44,41); }

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