#912D29

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

Shades of Mandarian Orange #912D29

Tints of Mandarian Orange #912D29

Color information

#912D29 (or 0x912D29) is unknown color: approx Mandarian Orange. HEX triplet: 91, 2D and 29. RGB value is (145,45,41). Sum of RGB (Red+Green+Blue) = 145+45+41=231 (30% of max value = 765). Red value is 145 (57.03% from 255 or 62.77% from 231); Green value is 45 (17.97% from 255 or 19.48% from 231); Blue value is 41 (16.41% from 255 or 17.75% from 231); Max value from RGB is 145 - color contains mainly: red. Hex color #912D29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #912D29 is #6ED2D6. Grayscale: #4A4A4A. Windows color (decimal): -7262935 or 2698641. OLE color: 2698641.

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

Color convert

RGB1454541-
CMYK00.690.720.43
HSL2.31º55.91%36.47%-
HSV(B)2.31º71.72%56.86%-
XYZ13.028.062.97-
YUV74.44109.13178.33-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 62.77%
GREEN value IS 45 (17.97% from 255) = 19.48%
BLUE value IS 41 (16.41% from 255) = 17.75%
R=62.77%
G=19.48%
B=17.75%

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
Decimal145454100.690.720.432.3155.9136.47
Hex912D29045482B23824
Octal221555101051105327044
Binary1001000110110110100101000101100100010101110111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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