#893E2B

Color #893E2B Fire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire #893E2B

Tints of Fire #893E2B

Color information

#893E2B (or 0x893E2B) is unknown color: approx Fire. HEX triplet: 89, 3E and 2B. RGB value is (137,62,43). Sum of RGB (Red+Green+Blue) = 137+62+43=242 (32% of max value = 765). Red value is 137 (53.91% from 255 or 56.61% from 242); Green value is 62 (24.61% from 255 or 25.62% from 242); Blue value is 43 (17.19% from 255 or 17.77% from 242); Max value from RGB is 137 - color contains mainly: red. Hex color #893E2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893E2B is #76C1D4. Grayscale: #525252. Windows color (decimal): -7782869 or 2834057. OLE color: 2834057.

HSL color Cylindrical-coordinate representation of color #893E2B: hue angle of 12.13º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #893E2B is Cyan = 0, Magento = 0.55, Yellow = 0.69 and Black (K on CMYK) = 0.46.

Color convert

RGB1376243-
CMYK00.550.690.46
HSL12.13º52.22%35.29%-
HSV(B)12.13º68.61%53.73%-
XYZ12.488.943.35-
YUV82.26105.85167.04-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 56.61%
GREEN value IS 62 (24.61% from 255) = 25.62%
BLUE value IS 43 (17.19% from 255) = 17.77%
R=56.61%
G=25.62%
B=17.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.69
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137624300.550.690.4612.1352.2235.29
Hex893E2B037452Ec3423
Octal211765306710556146443
Binary10001001111110101011011011110001011011101100110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893E2B; }

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

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

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

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

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

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

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

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