#884021

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

Shades of Fire #884021

Tints of Fire #884021

Color information

#884021 (or 0x884021) is unknown color: approx Fire. HEX triplet: 88, 40 and 21. RGB value is (136,64,33). Sum of RGB (Red+Green+Blue) = 136+64+33=233 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.37% from 233); Green value is 64 (25.39% from 255 or 27.47% from 233); Blue value is 33 (13.28% from 255 or 14.16% from 233); Max value from RGB is 136 - color contains mainly: red. Hex color #884021 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884021 is #77BFDE. Grayscale: #525252. Windows color (decimal): -7847903 or 2179208. OLE color: 2179208.

HSL color Cylindrical-coordinate representation of color #884021: hue angle of 18.06º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #884021 is Cyan = 0, Magento = 0.53, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB1366433-
CMYK00.530.760.47
HSL18.06º60.95%33.14%-
HSV(B)18.06º75.74%53.33%-
XYZ12.269.012.53-
YUV81.99100.35166.52-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 58.37%
GREEN value IS 64 (25.39% from 255) = 27.47%
BLUE value IS 33 (13.28% from 255) = 14.16%
R=58.37%
G=27.47%
B=14.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.76
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136643300.530.760.4718.0660.9533.14
Hex8840210354C2F123d21
Octal2101004106511457227541
Binary1000100010000001000010110101100110010111110010111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884021; }

 p { color: rgb(136,64,33); }

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

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

 a { background-color: rgb(136,64,33); }

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

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

 span { border-color: rgb(136,64,33); }

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