#883B2A

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

Shades of Fire #883B2A

Tints of Fire #883B2A

Color information

#883B2A (or 0x883B2A) is unknown color: approx Fire. HEX triplet: 88, 3B and 2A. RGB value is (136,59,42). Sum of RGB (Red+Green+Blue) = 136+59+42=237 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.38% from 237); Green value is 59 (23.44% from 255 or 24.89% from 237); Blue value is 42 (16.80% from 255 or 17.72% from 237); Max value from RGB is 136 - color contains mainly: red. Hex color #883B2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883B2A is #77C4D5. Grayscale: #505050. Windows color (decimal): -7849174 or 2767752. OLE color: 2767752.

HSL color Cylindrical-coordinate representation of color #883B2A: hue angle of 10.85º 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 #883B2A is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB1365942-
CMYK00.570.690.47
HSL10.85º52.81%34.9%-
HSV(B)10.85º69.12%53.33%-
XYZ12.148.533.2-
YUV80.08106.51167.88-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 57.38%
GREEN value IS 59 (23.44% from 255) = 24.89%
BLUE value IS 42 (16.80% from 255) = 17.72%
R=57.38%
G=24.89%
B=17.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136594200.570.690.4710.8552.8134.9
Hex883B2A039452Fb3523
Octal210735207110557136543
Binary10001000111011101010011100110001011011111011110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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