#922D29

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

Shades of Mandarian Orange #922D29

Tints of Mandarian Orange #922D29

Color information

#922D29 (or 0x922D29) is unknown color: approx Mandarian Orange. HEX triplet: 92, 2D and 29. RGB value is (146,45,41). Sum of RGB (Red+Green+Blue) = 146+45+41=232 (30% of max value = 765). Red value is 146 (57.42% from 255 or 62.93% from 232); Green value is 45 (17.97% from 255 or 19.40% from 232); Blue value is 41 (16.41% from 255 or 17.67% from 232); Max value from RGB is 146 - color contains mainly: red. Hex color #922D29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #922D29 is #6DD2D6. Grayscale: #4A4A4A. Windows color (decimal): -7197399 or 2698642. OLE color: 2698642.

HSL color Cylindrical-coordinate representation of color #922D29: hue angle of 2.29º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #922D29 is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.43.

Color convert

RGB1464541-
CMYK00.690.720.43
HSL2.29º56.15%36.67%-
HSV(B)2.29º71.92%57.25%-
XYZ13.198.152.98-
YUV74.74108.96178.83-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 62.93%
GREEN value IS 45 (17.97% from 255) = 19.40%
BLUE value IS 41 (16.41% from 255) = 17.67%
R=62.93%
G=19.40%
B=17.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.72
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146454100.690.720.432.2956.1536.67
Hex922D29045482B23825
Octal222555101051105327045
Binary1001001010110110100101000101100100010101110111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #922D29; }

 p { color: rgb(146,45,41); }

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

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

 a { background-color: rgb(146,45,41); }

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

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

 span { border-color: rgb(146,45,41); }

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