#884023

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

Shades of Fire #884023

Tints of Fire #884023

Color information

#884023 (or 0x884023) is unknown color: approx Fire. HEX triplet: 88, 40 and 23. RGB value is (136,64,35). Sum of RGB (Red+Green+Blue) = 136+64+35=235 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.87% from 235); Green value is 64 (25.39% from 255 or 27.23% from 235); Blue value is 35 (14.06% from 255 or 14.89% from 235); Max value from RGB is 136 - color contains mainly: red. Hex color #884023 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884023 is #77BFDC. Grayscale: #525252. Windows color (decimal): -7847901 or 2310280. OLE color: 2310280.

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

Color convert

RGB1366435-
CMYK00.530.740.47
HSL17.23º59.06%33.53%-
HSV(B)17.23º74.26%53.33%-
XYZ12.299.022.68-
YUV82.22101.35166.36-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 57.87%
GREEN value IS 64 (25.39% from 255) = 27.23%
BLUE value IS 35 (14.06% from 255) = 14.89%
R=57.87%
G=27.23%
B=14.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.74
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136643500.530.740.4717.2359.0633.53
Hex8840230354A2F113b22
Octal2101004306511257217342
Binary1000100010000001000110110101100101010111110001111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884023; }

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

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

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

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

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

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

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

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