#983E20

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

Shades of Fire #983E20

Tints of Fire #983E20

Color information

#983E20 (or 0x983E20) is unknown color: approx Fire. HEX triplet: 98, 3E and 20. RGB value is (152,62,32). Sum of RGB (Red+Green+Blue) = 152+62+32=246 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.79% from 246); Green value is 62 (24.61% from 255 or 25.20% from 246); Blue value is 32 (12.89% from 255 or 13.01% from 246); Max value from RGB is 152 - color contains mainly: red. Hex color #983E20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983E20 is #67C1DF. Grayscale: #555555. Windows color (decimal): -6799840 or 2113176. OLE color: 2113176.

HSL color Cylindrical-coordinate representation of color #983E20: hue angle of 15º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #983E20 is Cyan = 0, Magento = 0.59, Yellow = 0.79 and Black (K on CMYK) = 0.40.

Color convert

RGB1526232-
CMYK00.590.790.40
HSL15º65.22%36.08%-
HSV(B)15º78.95%59.61%-
XYZ14.9310.222.55-
YUV85.4997.82175.44-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 61.79%
GREEN value IS 62 (24.61% from 255) = 25.20%
BLUE value IS 32 (12.89% from 255) = 13.01%
R=61.79%
G=25.20%
B=13.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.79
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152623200.590.790.401565.2236.08
Hex983E2003B4F28f4124
Octal2307640073117501710144
Binary100110001111101000000111011100111110100011111000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983E20; }

 p { color: rgb(152,62,32); }

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

<style>
 a { background-color: #983E20; }

 a { background-color: rgb(152,62,32); }

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

<style>
 span { border-color: #983E20; }

 span { border-color: rgb(152,62,32); }

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