#853F27

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

Shades of Fire #853F27

Tints of Fire #853F27

Color information

#853F27 (or 0x853F27) is unknown color: approx Fire. HEX triplet: 85, 3F and 27. RGB value is (133,63,39). Sum of RGB (Red+Green+Blue) = 133+63+39=235 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.60% from 235); Green value is 63 (25% from 255 or 26.81% from 235); Blue value is 39 (15.62% from 255 or 16.60% from 235); Max value from RGB is 133 - color contains mainly: red. Hex color #853F27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853F27 is #7AC0D8. Grayscale: #515151. Windows color (decimal): -8044761 or 2572165. OLE color: 2572165.

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

Color convert

RGB1336339-
CMYK00.530.710.48
HSL15.32º54.65%33.73%-
HSV(B)15.32º70.68%52.16%-
XYZ11.828.692.97-
YUV81.19104.19164.95-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 56.60%
GREEN value IS 63 (25% from 255) = 26.81%
BLUE value IS 39 (15.62% from 255) = 16.60%
R=56.60%
G=26.81%
B=16.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.71
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133633900.530.710.4815.3254.6533.73
Hex853F270354730f3722
Octal205774706510760176742
Binary10000101111111100111011010110001111100001111110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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