#853D1E

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

Shades of Russet #853D1E

Tints of Russet #853D1E

Color information

#853D1E (or 0x853D1E) is unknown color: approx Russet. HEX triplet: 85, 3D and 1E. RGB value is (133,61,30). Sum of RGB (Red+Green+Blue) = 133+61+30=224 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.38% from 224); Green value is 61 (24.22% from 255 or 27.23% from 224); Blue value is 30 (12.11% from 255 or 13.39% from 224); Max value from RGB is 133 - color contains mainly: red. Hex color #853D1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853D1E is #7AC2E1. Grayscale: #4F4F4F. Windows color (decimal): -8045282 or 1981829. OLE color: 1981829.

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

Color convert

RGB1336130-
CMYK00.540.770.48
HSL18.06º63.19%31.96%-
HSV(B)18.06º77.44%52.16%-
XYZ11.588.422.24-
YUV78.99100.35166.52-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 59.38%
GREEN value IS 61 (24.22% from 255) = 27.23%
BLUE value IS 30 (12.11% from 255) = 13.39%
R=59.38%
G=27.23%
B=13.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133613000.540.770.4818.0663.1931.96
Hex853D1E0364D30123f20
Octal205753606611560227740
Binary10000101111101111100110110100110111000010010111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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