#983A19

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

Shades of Fire #983A19

Tints of Fire #983A19

Color information

#983A19 (or 0x983A19) is unknown color: approx Fire. HEX triplet: 98, 3A and 19. RGB value is (152,58,25). Sum of RGB (Red+Green+Blue) = 152+58+25=235 (31% of max value = 765). Red value is 152 (59.77% from 255 or 64.68% from 235); Green value is 58 (23.05% from 255 or 24.68% from 235); Blue value is 25 (10.16% from 255 or 10.64% from 235); Max value from RGB is 152 - color contains mainly: red. Hex color #983A19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #983A19 is #67C5E6. Grayscale: #525252. Windows color (decimal): -6800871 or 1653400. OLE color: 1653400.

HSL color Cylindrical-coordinate representation of color #983A19: hue angle of 15.59º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #983A19 is Cyan = 0, Magento = 0.62, Yellow = 0.84 and Black (K on CMYK) = 0.40.

Color convert

RGB1525825-
CMYK00.620.840.40
HSL15.59º71.75%34.71%-
HSV(B)15.59º83.55%59.61%-
XYZ14.649.772.03-
YUV82.3495.64177.68-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 64.68%
GREEN value IS 58 (23.05% from 255) = 24.68%
BLUE value IS 25 (10.16% from 255) = 10.64%
R=64.68%
G=24.68%
B=10.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.84
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152582500.620.840.4015.5971.7534.71
Hex983A1903E5428104823
Octal2307231076124502011043
Binary100110001110101100101111101010100101000100001001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,58,25); }

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

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

 a { background-color: rgb(152,58,25); }

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

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

 span { border-color: rgb(152,58,25); }

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