#893F29

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

Shades of Fire #893F29

Tints of Fire #893F29

Color information

#893F29 (or 0x893F29) is unknown color: approx Fire. HEX triplet: 89, 3F and 29. RGB value is (137,63,41). Sum of RGB (Red+Green+Blue) = 137+63+41=241 (31% of max value = 765). Red value is 137 (53.91% from 255 or 56.85% from 241); Green value is 63 (25% from 255 or 26.14% from 241); Blue value is 41 (16.41% from 255 or 17.01% from 241); Max value from RGB is 137 - color contains mainly: red. Hex color #893F29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893F29 is #76C0D6. Grayscale: #525252. Windows color (decimal): -7782615 or 2703241. OLE color: 2703241.

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

Color convert

RGB1376341-
CMYK00.540.700.46
HSL13.75º53.93%34.9%-
HSV(B)13.75º70.07%53.73%-
XYZ12.499.033.18-
YUV82.62104.52166.79-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 56.85%
GREEN value IS 63 (25% from 255) = 26.14%
BLUE value IS 41 (16.41% from 255) = 17.01%
R=56.85%
G=26.14%
B=17.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.70
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137634100.540.700.4613.7553.9334.9
Hex893F29036462Ee3623
Octal211775106610656166643
Binary10001001111111101001011011010001101011101110110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,63,41); }

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

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

 a { background-color: rgb(137,63,41); }

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

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

 span { border-color: rgb(137,63,41); }

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