#853C22

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

Shades of Fire #853C22

Tints of Fire #853C22

Color information

#853C22 (or 0x853C22) is unknown color: approx Fire. HEX triplet: 85, 3C and 22. RGB value is (133,60,34). Sum of RGB (Red+Green+Blue) = 133+60+34=227 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.59% from 227); Green value is 60 (23.83% from 255 or 26.43% from 227); Blue value is 34 (13.67% from 255 or 14.98% from 227); Max value from RGB is 133 - color contains mainly: red. Hex color #853C22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853C22 is #7AC3DD. Grayscale: #4F4F4F. Windows color (decimal): -8045534 or 2243717. OLE color: 2243717.

HSL color Cylindrical-coordinate representation of color #853C22: hue angle of 15.76º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #853C22 is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.48.

Color convert

RGB1336034-
CMYK00.550.740.48
HSL15.76º59.28%32.75%-
HSV(B)15.76º74.44%52.16%-
XYZ11.588.332.51-
YUV78.86102.68166.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 58.59%
GREEN value IS 60 (23.83% from 255) = 26.43%
BLUE value IS 34 (13.67% from 255) = 14.98%
R=58.59%
G=26.43%
B=14.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.74
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133603400.550.740.4815.7659.2832.75
Hex853C220374A30103b21
Octal205744206711260207341
Binary100001011111001000100110111100101011000010000111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,60,34); }

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

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

 a { background-color: rgb(133,60,34); }

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

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

 span { border-color: rgb(133,60,34); }

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