#883E2A

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

Shades of Fire #883E2A

Tints of Fire #883E2A

Color information

#883E2A (or 0x883E2A) is unknown color: approx Fire. HEX triplet: 88, 3E and 2A. RGB value is (136,62,42). Sum of RGB (Red+Green+Blue) = 136+62+42=240 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.67% from 240); Green value is 62 (24.61% from 255 or 25.83% from 240); Blue value is 42 (16.80% from 255 or 17.5% from 240); Max value from RGB is 136 - color contains mainly: red. Hex color #883E2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883E2A is #77C1D5. Grayscale: #525252. Windows color (decimal): -7848406 or 2768520. OLE color: 2768520.

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

Color convert

RGB1366242-
CMYK00.540.690.47
HSL12.77º52.81%34.9%-
HSV(B)12.77º69.12%53.33%-
XYZ12.298.853.25-
YUV81.85105.52166.63-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 56.67%
GREEN value IS 62 (24.61% from 255) = 25.83%
BLUE value IS 42 (16.80% from 255) = 17.5%
R=56.67%
G=25.83%
B=17.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136624200.540.690.4712.7752.8134.9
Hex883E2A036452Fd3523
Octal210765206610557156543
Binary10001000111110101010011011010001011011111101110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,62,42); }

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

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

 a { background-color: rgb(136,62,42); }

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

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

 span { border-color: rgb(136,62,42); }

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