#853B27

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

Shades of Fire #853B27

Tints of Fire #853B27

Color information

#853B27 (or 0x853B27) is unknown color: approx Fire. HEX triplet: 85, 3B and 27. RGB value is (133,59,39). Sum of RGB (Red+Green+Blue) = 133+59+39=231 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.58% from 231); Green value is 59 (23.44% from 255 or 25.54% from 231); Blue value is 39 (15.62% from 255 or 16.88% from 231); Max value from RGB is 133 - color contains mainly: red. Hex color #853B27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853B27 is #7AC4D8. Grayscale: #4F4F4F. Windows color (decimal): -8045785 or 2571141. OLE color: 2571141.

HSL color Cylindrical-coordinate representation of color #853B27: hue angle of 12.77º 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 #853B27 is Cyan = 0, Magento = 0.56, Yellow = 0.71 and Black (K on CMYK) = 0.48.

Color convert

RGB1335939-
CMYK00.560.710.48
HSL12.77º54.65%33.73%-
HSV(B)12.77º70.68%52.16%-
XYZ11.68.262.9-
YUV78.85105.52166.63-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 57.58%
GREEN value IS 59 (23.44% from 255) = 25.54%
BLUE value IS 39 (15.62% from 255) = 16.88%
R=57.58%
G=25.54%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.71
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133593900.560.710.4812.7754.6533.73
Hex853B270384730d3722
Octal205734707010760156742
Binary10000101111011100111011100010001111100001101110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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