#893C27

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

Shades of Fire #893C27

Tints of Fire #893C27

Color information

#893C27 (or 0x893C27) is unknown color: approx Fire. HEX triplet: 89, 3C and 27. RGB value is (137,60,39). Sum of RGB (Red+Green+Blue) = 137+60+39=236 (31% of max value = 765). Red value is 137 (53.91% from 255 or 58.05% from 236); Green value is 60 (23.83% from 255 or 25.42% from 236); Blue value is 39 (15.62% from 255 or 16.53% from 236); Max value from RGB is 137 - color contains mainly: red. Hex color #893C27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893C27 is #76C3D8. Grayscale: #505050. Windows color (decimal): -7783385 or 2571401. OLE color: 2571401.

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

Color convert

RGB1376039-
CMYK00.560.720.46
HSL12.86º55.68%34.51%-
HSV(B)12.86º71.53%53.73%-
XYZ12.38.72.95-
YUV80.63104.51168.21-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 58.05%
GREEN value IS 60 (23.83% from 255) = 25.42%
BLUE value IS 39 (15.62% from 255) = 16.53%
R=58.05%
G=25.42%
B=16.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.72
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137603900.560.720.4612.8655.6834.51
Hex893C27038482Ed3823
Octal211744707011056157043
Binary10001001111100100111011100010010001011101101111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,60,39); }

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

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

 a { background-color: rgb(137,60,39); }

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

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

 span { border-color: rgb(137,60,39); }

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