#983D22

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

Shades of Fire #983D22

Tints of Fire #983D22

Color information

#983D22 (or 0x983D22) is unknown color: approx Fire. HEX triplet: 98, 3D and 22. RGB value is (152,61,34). Sum of RGB (Red+Green+Blue) = 152+61+34=247 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.54% from 247); Green value is 61 (24.22% from 255 or 24.70% from 247); Blue value is 34 (13.67% from 255 or 13.77% from 247); Max value from RGB is 152 - color contains mainly: red. Hex color #983D22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983D22 is #67C2DD. Grayscale: #555555. Windows color (decimal): -6800094 or 2243992. OLE color: 2243992.

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

Color convert

RGB1526134-
CMYK00.600.780.40
HSL13.73º63.44%36.47%-
HSV(B)13.73º77.63%59.61%-
XYZ14.9110.132.68-
YUV85.1399.15175.7-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 61.54%
GREEN value IS 61 (24.22% from 255) = 24.70%
BLUE value IS 34 (13.67% from 255) = 13.77%
R=61.54%
G=24.70%
B=13.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.78
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152613400.600.780.4013.7363.4436.47
Hex983D2203C4E28e3f24
Octal230754207411650167744
Binary10011000111101100010011110010011101010001110111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,61,34); }

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

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

 a { background-color: rgb(152,61,34); }

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

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

 span { border-color: rgb(152,61,34); }

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