#883C1F

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

Shades of Fire #883C1F

Tints of Fire #883C1F

Color information

#883C1F (or 0x883C1F) is unknown color: approx Fire. HEX triplet: 88, 3C and 1F. RGB value is (136,60,31). Sum of RGB (Red+Green+Blue) = 136+60+31=227 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.91% from 227); Green value is 60 (23.83% from 255 or 26.43% from 227); Blue value is 31 (12.5% from 255 or 13.66% from 227); Max value from RGB is 136 - color contains mainly: red. Hex color #883C1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883C1F is #77C3E0. Grayscale: #4F4F4F. Windows color (decimal): -7848929 or 2047112. OLE color: 2047112.

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

Color convert

RGB1366031-
CMYK00.560.770.47
HSL16.57º62.87%32.75%-
HSV(B)16.57º77.21%53.33%-
XYZ12.028.562.32-
YUV79.42100.68168.36-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 59.91%
GREEN value IS 60 (23.83% from 255) = 26.43%
BLUE value IS 31 (12.5% from 255) = 13.66%
R=59.91%
G=26.43%
B=13.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.77
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136603100.560.770.4716.5762.8732.75
Hex883C1F0384D2F113f21
Octal210743707011557217741
Binary10001000111100111110111000100110110111110001111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883C1F; }

 p { color: rgb(136,60,31); }

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

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

 a { background-color: rgb(136,60,31); }

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

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

 span { border-color: rgb(136,60,31); }

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