#853C27

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

Shades of Fire #853C27

Tints of Fire #853C27

Color information

#853C27 (or 0x853C27) is unknown color: approx Fire. HEX triplet: 85, 3C and 27. RGB value is (133,60,39). Sum of RGB (Red+Green+Blue) = 133+60+39=232 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.33% from 232); Green value is 60 (23.83% from 255 or 25.86% from 232); Blue value is 39 (15.62% from 255 or 16.81% from 232); Max value from RGB is 133 - color contains mainly: red. Hex color #853C27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853C27 is #7AC3D8. Grayscale: #4F4F4F. Windows color (decimal): -8045529 or 2571397. OLE color: 2571397.

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

Color convert

RGB1336039-
CMYK00.550.710.48
HSL13.4º54.65%33.73%-
HSV(B)13.4º70.68%52.16%-
XYZ11.658.362.92-
YUV79.43105.18166.21-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 57.33%
GREEN value IS 60 (23.83% from 255) = 25.86%
BLUE value IS 39 (15.62% from 255) = 16.81%
R=57.33%
G=25.86%
B=16.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.71
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133603900.550.710.4813.454.6533.73
Hex853C270374730d3722
Octal205744706710760156742
Binary10000101111100100111011011110001111100001101110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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