#912927

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

Shades of Mandarian Orange #912927

Tints of Mandarian Orange #912927

Color information

#912927 (or 0x912927) is unknown color: approx Mandarian Orange. HEX triplet: 91, 29 and 27. RGB value is (145,41,39). Sum of RGB (Red+Green+Blue) = 145+41+39=225 (29% of max value = 765). Red value is 145 (57.03% from 255 or 64.44% from 225); Green value is 41 (16.41% from 255 or 18.22% from 225); Blue value is 39 (15.62% from 255 or 17.33% from 225); Max value from RGB is 145 - color contains mainly: red. Hex color #912927 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #912927 is #6ED6D8. Grayscale: #474747. Windows color (decimal): -7263961 or 2566545. OLE color: 2566545.

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

Color convert

RGB1454139-
CMYK00.720.730.43
HSL1.13º57.61%36.08%-
HSV(B)1.13º73.1%56.86%-
XYZ12.847.752.74-
YUV71.87109.46180.16-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 64.44%
GREEN value IS 41 (16.41% from 255) = 18.22%
BLUE value IS 39 (15.62% from 255) = 17.33%
R=64.44%
G=18.22%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.73
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145413900.720.730.431.1357.6136.08
Hex912927048492B13a24
Octal221514701101115317244
Binary100100011010011001110100100010010011010111111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #912927; }

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

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

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

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

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

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

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

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