#853D27

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

Shades of Fire #853D27

Tints of Fire #853D27

Color information

#853D27 (or 0x853D27) is unknown color: approx Fire. HEX triplet: 85, 3D and 27. RGB value is (133,61,39). Sum of RGB (Red+Green+Blue) = 133+61+39=233 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.08% from 233); Green value is 61 (24.22% from 255 or 26.18% from 233); Blue value is 39 (15.62% from 255 or 16.74% from 233); Max value from RGB is 133 - color contains mainly: red. Hex color #853D27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853D27 is #7AC2D8. Grayscale: #505050. Windows color (decimal): -8045273 or 2571653. OLE color: 2571653.

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

Color convert

RGB1336139-
CMYK00.540.710.48
HSL14.04º54.65%33.73%-
HSV(B)14.04º70.68%52.16%-
XYZ11.718.472.94-
YUV80.02104.85165.79-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 57.08%
GREEN value IS 61 (24.22% from 255) = 26.18%
BLUE value IS 39 (15.62% from 255) = 16.74%
R=57.08%
G=26.18%
B=16.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.71
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133613900.540.710.4814.0454.6533.73
Hex853D270364730e3722
Octal205754706610760166742
Binary10000101111101100111011011010001111100001110110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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