#853F2C

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

Shades of Fire #853F2C

Tints of Fire #853F2C

Color information

#853F2C (or 0x853F2C) is unknown color: approx Fire. HEX triplet: 85, 3F and 2C. RGB value is (133,63,44). Sum of RGB (Red+Green+Blue) = 133+63+44=240 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.42% from 240); Green value is 63 (25% from 255 or 26.25% from 240); Blue value is 44 (17.58% from 255 or 18.33% from 240); Max value from RGB is 133 - color contains mainly: red. Hex color #853F2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853F2C is #7AC0D3. Grayscale: #515151. Windows color (decimal): -8044756 or 2899845. OLE color: 2899845.

HSL color Cylindrical-coordinate representation of color #853F2C: hue angle of 12.81º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #853F2C is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB1336344-
CMYK00.530.670.48
HSL12.81º50.28%34.71%-
HSV(B)12.81º66.92%52.16%-
XYZ11.98.723.44-
YUV81.76106.69164.54-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 55.42%
GREEN value IS 63 (25% from 255) = 26.25%
BLUE value IS 44 (17.58% from 255) = 18.33%
R=55.42%
G=26.25%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133634400.530.670.4812.8150.2834.71
Hex853F2C0354330d3223
Octal205775406510360156243
Binary10000101111111101100011010110000111100001101110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853F2C; }

 p { color: rgb(133,63,44); }

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

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

 a { background-color: rgb(133,63,44); }

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

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

 span { border-color: rgb(133,63,44); }

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