#853D2A

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

Shades of Fire #853D2A

Tints of Fire #853D2A

Color information

#853D2A (or 0x853D2A) is unknown color: approx Fire. HEX triplet: 85, 3D and 2A. RGB value is (133,61,42). Sum of RGB (Red+Green+Blue) = 133+61+42=236 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.36% from 236); Green value is 61 (24.22% from 255 or 25.85% from 236); Blue value is 42 (16.80% from 255 or 17.80% from 236); Max value from RGB is 133 - color contains mainly: red. Hex color #853D2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853D2A is #7AC2D5. Grayscale: #505050. Windows color (decimal): -8045270 or 2768261. OLE color: 2768261.

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

Color convert

RGB1336142-
CMYK00.540.680.48
HSL12.53º52%34.31%-
HSV(B)12.53º68.42%52.16%-
XYZ11.768.493.21-
YUV80.36106.35165.54-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 56.36%
GREEN value IS 61 (24.22% from 255) = 25.85%
BLUE value IS 42 (16.80% from 255) = 17.80%
R=56.36%
G=25.85%
B=17.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.68
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133614200.540.680.4812.535234.31
Hex853D2A0364430d3422
Octal205755206610460156442
Binary10000101111101101010011011010001001100001101110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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