#853C1C

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

Shades of Russet #853C1C

Tints of Russet #853C1C

Color information

#853C1C (or 0x853C1C) is unknown color: approx Russet. HEX triplet: 85, 3C and 1C. RGB value is (133,60,28). Sum of RGB (Red+Green+Blue) = 133+60+28=221 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.18% from 221); Green value is 60 (23.83% from 255 or 27.15% from 221); Blue value is 28 (11.33% from 255 or 12.67% from 221); Max value from RGB is 133 - color contains mainly: red. Hex color #853C1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853C1C is #7AC3E3. Grayscale: #4E4E4E. Windows color (decimal): -8045540 or 1850501. OLE color: 1850501.

HSL color Cylindrical-coordinate representation of color #853C1C: hue angle of 18.29º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #853C1C is Cyan = 0, Magento = 0.55, Yellow = 0.79 and Black (K on CMYK) = 0.48.

Color convert

RGB1336028-
CMYK00.550.790.48
HSL18.29º65.22%31.57%-
HSV(B)18.29º78.95%52.16%-
XYZ11.58.32.1-
YUV78.1899.68167.1-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 60.18%
GREEN value IS 60 (23.83% from 255) = 27.15%
BLUE value IS 28 (11.33% from 255) = 12.67%
R=60.18%
G=27.15%
B=12.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.79
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133602800.550.790.4818.2965.2231.57
Hex853C1C0374F30124120
Octal2057434067117602210140
Binary100001011111001110001101111001111110000100101000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,60,28); }

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

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

 a { background-color: rgb(133,60,28); }

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

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

 span { border-color: rgb(133,60,28); }

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