#853C1A

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

Shades of Russet #853C1A

Tints of Russet #853C1A

Color information

#853C1A (or 0x853C1A) is unknown color: approx Russet. HEX triplet: 85, 3C and 1A. RGB value is (133,60,26). Sum of RGB (Red+Green+Blue) = 133+60+26=219 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.73% from 219); Green value is 60 (23.83% from 255 or 27.40% from 219); Blue value is 26 (10.55% from 255 or 11.87% from 219); Max value from RGB is 133 - color contains mainly: red. Hex color #853C1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853C1A is #7AC3E5. Grayscale: #4E4E4E. Windows color (decimal): -8045542 or 1719429. OLE color: 1719429.

HSL color Cylindrical-coordinate representation of color #853C1A: hue angle of 19.07º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #853C1A is Cyan = 0, Magento = 0.55, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB1336026-
CMYK00.550.800.48
HSL19.07º67.3%31.18%-
HSV(B)19.07º80.45%52.16%-
XYZ11.488.291.97-
YUV77.9598.68167.26-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 60.73%
GREEN value IS 60 (23.83% from 255) = 27.40%
BLUE value IS 26 (10.55% from 255) = 11.87%
R=60.73%
G=27.40%
B=11.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.80
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133602600.550.800.4819.0767.331.18
Hex853C1A037503013431f
Octal2057432067120602310337
Binary10000101111100110100110111101000011000010011100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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