#884428

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

Shades of Fire #884428

Tints of Fire #884428

Color information

#884428 (or 0x884428) is unknown color: approx Fire. HEX triplet: 88, 44 and 28. RGB value is (136,68,40). Sum of RGB (Red+Green+Blue) = 136+68+40=244 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.74% from 244); Green value is 68 (26.95% from 255 or 27.87% from 244); Blue value is 40 (16.02% from 255 or 16.39% from 244); Max value from RGB is 136 - color contains mainly: red. Hex color #884428 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884428 is #77BBD7. Grayscale: #555555. Windows color (decimal): -7846872 or 2638984. OLE color: 2638984.

HSL color Cylindrical-coordinate representation of color #884428: hue angle of 17.5º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #884428 is Cyan = 0, Magento = 0.50, Yellow = 0.71 and Black (K on CMYK) = 0.47.

Color convert

RGB1366840-
CMYK00.500.710.47
HSL17.5º54.55%34.51%-
HSV(B)17.5º70.59%53.33%-
XYZ12.69.523.18-
YUV85.14102.53164.28-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 55.74%
GREEN value IS 68 (26.95% from 255) = 27.87%
BLUE value IS 40 (16.02% from 255) = 16.39%
R=55.74%
G=27.87%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.71
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136684000.500.710.4717.554.5534.51
Hex884428032472F123723
Octal2101045006210757226743
Binary1000100010001001010000110010100011110111110010110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884428; }

 p { color: rgb(136,68,40); }

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

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

 a { background-color: rgb(136,68,40); }

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

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

 span { border-color: rgb(136,68,40); }

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