#853F25

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

Shades of Fire #853F25

Tints of Fire #853F25

Color information

#853F25 (or 0x853F25) is unknown color: approx Fire. HEX triplet: 85, 3F and 25. RGB value is (133,63,37). Sum of RGB (Red+Green+Blue) = 133+63+37=233 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.08% from 233); Green value is 63 (25% from 255 or 27.04% from 233); Blue value is 37 (14.84% from 255 or 15.88% from 233); Max value from RGB is 133 - color contains mainly: red. Hex color #853F25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853F25 is #7AC0DA. Grayscale: #515151. Windows color (decimal): -8044763 or 2441093. OLE color: 2441093.

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

Color convert

RGB1336337-
CMYK00.530.720.48
HSL16.25º56.47%33.33%-
HSV(B)16.25º72.18%52.16%-
XYZ11.788.682.8-
YUV80.97103.19165.11-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 57.08%
GREEN value IS 63 (25% from 255) = 27.04%
BLUE value IS 37 (14.84% from 255) = 15.88%
R=57.08%
G=27.04%
B=15.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.72
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133633700.530.720.4816.2556.4733.33
Hex853F250354830103821
Octal205774506511060207041
Binary100001011111111001010110101100100011000010000111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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