#893C2C

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

Shades of Fire #893C2C

Tints of Fire #893C2C

Color information

#893C2C (or 0x893C2C) is unknown color: approx Fire. HEX triplet: 89, 3C and 2C. RGB value is (137,60,44). Sum of RGB (Red+Green+Blue) = 137+60+44=241 (31% of max value = 765). Red value is 137 (53.91% from 255 or 56.85% from 241); Green value is 60 (23.83% from 255 or 24.90% from 241); Blue value is 44 (17.58% from 255 or 18.26% from 241); Max value from RGB is 137 - color contains mainly: red. Hex color #893C2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893C2C is #76C3D3. Grayscale: #515151. Windows color (decimal): -7783380 or 2899081. OLE color: 2899081.

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

Color convert

RGB1376044-
CMYK00.560.680.46
HSL10.32º51.38%35.49%-
HSV(B)10.32º67.88%53.73%-
XYZ12.398.733.42-
YUV81.2107.01167.8-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 56.85%
GREEN value IS 60 (23.83% from 255) = 24.90%
BLUE value IS 44 (17.58% from 255) = 18.26%
R=56.85%
G=24.90%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.68
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137604400.560.680.4610.3251.3835.49
Hex893C2C038442Ea3323
Octal211745407010456126343
Binary10001001111100101100011100010001001011101010110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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