#893E21

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

Shades of Fire #893E21

Tints of Fire #893E21

Color information

#893E21 (or 0x893E21) is unknown color: approx Fire. HEX triplet: 89, 3E and 21. RGB value is (137,62,33). Sum of RGB (Red+Green+Blue) = 137+62+33=232 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.05% from 232); Green value is 62 (24.61% from 255 or 26.72% from 232); Blue value is 33 (13.28% from 255 or 14.22% from 232); Max value from RGB is 137 - color contains mainly: red. Hex color #893E21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893E21 is #76C1DE. Grayscale: #515151. Windows color (decimal): -7782879 or 2178697. OLE color: 2178697.

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

Color convert

RGB1376233-
CMYK00.550.760.46
HSL16.73º61.18%33.33%-
HSV(B)16.73º75.91%53.73%-
XYZ12.318.872.5-
YUV81.12100.85167.86-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 59.05%
GREEN value IS 62 (24.61% from 255) = 26.72%
BLUE value IS 33 (13.28% from 255) = 14.22%
R=59.05%
G=26.72%
B=14.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.76
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137623300.550.760.4616.7361.1833.33
Hex893E210374C2E113d21
Octal211764106711456217541
Binary100010011111101000010110111100110010111010001111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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