#853B1C

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

Shades of Russet #853B1C

Tints of Russet #853B1C

Color information

#853B1C (or 0x853B1C) is unknown color: approx Russet. HEX triplet: 85, 3B and 1C. RGB value is (133,59,28). Sum of RGB (Red+Green+Blue) = 133+59+28=220 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.45% from 220); Green value is 59 (23.44% from 255 or 26.82% from 220); Blue value is 28 (11.33% from 255 or 12.73% from 220); Max value from RGB is 133 - color contains mainly: red. Hex color #853B1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853B1C is #7AC4E3. Grayscale: #4D4D4D. Windows color (decimal): -8045796 or 1850245. OLE color: 1850245.

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

Color convert

RGB1335928-
CMYK00.560.790.48
HSL17.71º65.22%31.57%-
HSV(B)17.71º78.95%52.16%-
XYZ11.458.22.08-
YUV77.59100.02167.52-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 60.45%
GREEN value IS 59 (23.44% from 255) = 26.82%
BLUE value IS 28 (11.33% from 255) = 12.73%
R=60.45%
G=26.82%
B=12.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.79
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133592800.560.790.4817.7165.2231.57
Hex853B1C0384F30124120
Octal2057334070117602210140
Binary100001011110111110001110001001111110000100101000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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