#892218

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

Shades of Mandarian Orange #892218

Tints of Mandarian Orange #892218

Color information

#892218 (or 0x892218) is unknown color: approx Mandarian Orange. HEX triplet: 89, 22 and 18. RGB value is (137,34,24). Sum of RGB (Red+Green+Blue) = 137+34+24=195 (25% of max value = 765). Red value is 137 (53.91% from 255 or 70.26% from 195); Green value is 34 (13.67% from 255 or 17.44% from 195); Blue value is 24 (9.77% from 255 or 12.31% from 195); Max value from RGB is 137 - color contains mainly: red. Hex color #892218 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #892218 is #76DDE7. Grayscale: #3F3F3F. Windows color (decimal): -7790056 or 1581705. OLE color: 1581705.

HSL color Cylindrical-coordinate representation of color #892218: hue angle of 5.31º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #892218 is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.46.

Color convert

RGB1373424-
CMYK00.750.820.46
HSL5.31º70.19%31.57%-
HSV(B)5.31º82.48%53.73%-
XYZ11.056.531.54-
YUV63.66105.62180.31-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 70.26%
GREEN value IS 34 (13.67% from 255) = 17.44%
BLUE value IS 24 (9.77% from 255) = 12.31%
R=70.26%
G=17.44%
B=12.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.82
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137342400.750.820.465.3170.1931.57
Hex89221804B522E54620
Octal2114230011312256510640
Binary10001001100010110000100101110100101011101011000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892218; }

 p { color: rgb(137,34,24); }

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

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

 a { background-color: rgb(137,34,24); }

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

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

 span { border-color: rgb(137,34,24); }

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