#912925

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

Shades of Mandarian Orange #912925

Tints of Mandarian Orange #912925

Color information

#912925 (or 0x912925) is unknown color: approx Mandarian Orange. HEX triplet: 91, 29 and 25. RGB value is (145,41,37). Sum of RGB (Red+Green+Blue) = 145+41+37=223 (29% of max value = 765). Red value is 145 (57.03% from 255 or 65.02% from 223); Green value is 41 (16.41% from 255 or 18.39% from 223); Blue value is 37 (14.84% from 255 or 16.59% from 223); Max value from RGB is 145 - color contains mainly: red. Hex color #912925 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #912925 is #6ED6DA. Grayscale: #474747. Windows color (decimal): -7263963 or 2435473. OLE color: 2435473.

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

Color convert

RGB1454137-
CMYK00.720.740.43
HSL2.22º59.34%35.69%-
HSV(B)2.22º74.48%56.86%-
XYZ12.87.742.57-
YUV71.64108.46180.33-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 65.02%
GREEN value IS 41 (16.41% from 255) = 18.39%
BLUE value IS 37 (14.84% from 255) = 16.59%
R=65.02%
G=18.39%
B=16.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.74
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145413700.720.740.432.2259.3435.69
Hex9129250484A2B23b24
Octal221514501101125327344
Binary1001000110100110010101001000100101010101110111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #912925; }

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

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

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

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

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

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

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

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