#892B26

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

Shades of Mandarian Orange #892B26

Tints of Mandarian Orange #892B26

Color information

#892B26 (or 0x892B26) is unknown color: approx Mandarian Orange. HEX triplet: 89, 2B and 26. RGB value is (137,43,38). Sum of RGB (Red+Green+Blue) = 137+43+38=218 (28% of max value = 765). Red value is 137 (53.91% from 255 or 62.84% from 218); Green value is 43 (17.19% from 255 or 19.72% from 218); Blue value is 38 (15.23% from 255 or 17.43% from 218); Max value from RGB is 137 - color contains mainly: red. Hex color #892B26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892B26 is #76D4D9. Grayscale: #464646. Windows color (decimal): -7787738 or 2501513. OLE color: 2501513.

HSL color Cylindrical-coordinate representation of color #892B26: hue angle of 3.03º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #892B26 is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.46.

Color convert

RGB1374338-
CMYK00.690.720.46
HSL3.03º56.57%34.31%-
HSV(B)3.03º72.26%53.73%-
XYZ11.537.192.61-
YUV70.54109.64175.41-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 62.84%
GREEN value IS 43 (17.19% from 255) = 19.72%
BLUE value IS 38 (15.23% from 255) = 17.43%
R=62.84%
G=19.72%
B=17.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.72
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137433800.690.720.463.0356.5734.31
Hex892B26045482E33922
Octal211534601051105637142
Binary1000100110101110011001000101100100010111011111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892B26; }

 p { color: rgb(137,43,38); }

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

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

 a { background-color: rgb(137,43,38); }

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

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

 span { border-color: rgb(137,43,38); }

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