#893C2A

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

Shades of Fire #893C2A

Tints of Fire #893C2A

Color information

#893C2A (or 0x893C2A) is unknown color: approx Fire. HEX triplet: 89, 3C and 2A. RGB value is (137,60,42). Sum of RGB (Red+Green+Blue) = 137+60+42=239 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.32% from 239); Green value is 60 (23.83% from 255 or 25.10% from 239); Blue value is 42 (16.80% from 255 or 17.57% from 239); Max value from RGB is 137 - color contains mainly: red. Hex color #893C2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893C2A is #76C3D5. Grayscale: #515151. Windows color (decimal): -7783382 or 2768009. OLE color: 2768009.

HSL color Cylindrical-coordinate representation of color #893C2A: hue angle of 11.37º degrees, saturation: 0.53, 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 #893C2A is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.46.

Color convert

RGB1376042-
CMYK00.560.690.46
HSL11.37º53.07%35.1%-
HSV(B)11.37º69.34%53.73%-
XYZ12.358.723.22-
YUV80.97106.01167.96-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 57.32%
GREEN value IS 60 (23.83% from 255) = 25.10%
BLUE value IS 42 (16.80% from 255) = 17.57%
R=57.32%
G=25.10%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.69
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137604200.560.690.4611.3753.0735.1
Hex893C2A038452Eb3523
Octal211745207010556136543
Binary10001001111100101010011100010001011011101011110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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