#892416

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

Shades of Mandarian Orange #892416

Tints of Mandarian Orange #892416

Color information

#892416 (or 0x892416) is unknown color: approx Mandarian Orange. HEX triplet: 89, 24 and 16. RGB value is (137,36,22). Sum of RGB (Red+Green+Blue) = 137+36+22=195 (25% of max value = 765). Red value is 137 (53.91% from 255 or 70.26% from 195); Green value is 36 (14.45% from 255 or 18.46% from 195); Blue value is 22 (8.98% from 255 or 11.28% from 195); Max value from RGB is 137 - color contains mainly: red. Hex color #892416 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #892416 is #76DBE9. Grayscale: #404040. Windows color (decimal): -7789546 or 1451145. OLE color: 1451145.

HSL color Cylindrical-coordinate representation of color #892416: hue angle of 7.3º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #892416 is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.46.

Color convert

RGB1373622-
CMYK00.740.840.46
HSL7.3º72.33%31.18%-
HSV(B)7.3º83.94%53.73%-
XYZ11.096.641.46-
YUV64.6103.96179.64-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 70.26%
GREEN value IS 36 (14.45% from 255) = 18.46%
BLUE value IS 22 (8.98% from 255) = 11.28%
R=70.26%
G=18.46%
B=11.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.84
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137362200.740.840.467.372.3331.18
Hex89241604A542E7481f
Octal2114426011212456711037
Binary1000100110010010110010010101010100101110111100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892416; }

 p { color: rgb(137,36,22); }

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

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

 a { background-color: rgb(137,36,22); }

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

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

 span { border-color: rgb(137,36,22); }

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