#884127

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

Shades of Fire #884127

Tints of Fire #884127

Color information

#884127 (or 0x884127) is unknown color: approx Fire. HEX triplet: 88, 41 and 27. RGB value is (136,65,39). Sum of RGB (Red+Green+Blue) = 136+65+39=240 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.67% from 240); Green value is 65 (25.78% from 255 or 27.08% from 240); Blue value is 39 (15.62% from 255 or 16.25% from 240); Max value from RGB is 136 - color contains mainly: red. Hex color #884127 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884127 is #77BED8. Grayscale: #535353. Windows color (decimal): -7847641 or 2572680. OLE color: 2572680.

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

Color convert

RGB1366539-
CMYK00.520.710.47
HSL16.08º55.43%34.31%-
HSV(B)16.08º71.32%53.33%-
XYZ12.419.163.03-
YUV83.26103.02165.61-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 56.67%
GREEN value IS 65 (25.78% from 255) = 27.08%
BLUE value IS 39 (15.62% from 255) = 16.25%
R=56.67%
G=27.08%
B=16.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.71
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136653900.520.710.4716.0855.4334.31
Hex884127034472F103722
Octal2101014706410757206742
Binary1000100010000011001110110100100011110111110000110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884127; }

 p { color: rgb(136,65,39); }

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

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

 a { background-color: rgb(136,65,39); }

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

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

 span { border-color: rgb(136,65,39); }

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