#854C1E

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

Shades of Russet #854C1E

Tints of Russet #854C1E

Color information

#854C1E (or 0x854C1E) is unknown color: approx Russet. HEX triplet: 85, 4C and 1E. RGB value is (133,76,30). Sum of RGB (Red+Green+Blue) = 133+76+30=239 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.65% from 239); Green value is 76 (30.08% from 255 or 31.80% from 239); Blue value is 30 (12.11% from 255 or 12.55% from 239); Max value from RGB is 133 - color contains mainly: red. Hex color #854C1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854C1E is #7AB3E1. Grayscale: #585858. Windows color (decimal): -8041442 or 1985669. OLE color: 1985669.

HSL color Cylindrical-coordinate representation of color #854C1E: hue angle of 26.8º 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 #854C1E is Cyan = 0, Magento = 0.43, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB1337630-
CMYK00.430.770.48
HSL26.8º63.19%31.96%-
HSV(B)26.8º77.44%52.16%-
XYZ12.4910.252.55-
YUV87.895.38160.24-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 55.65%
GREEN value IS 76 (30.08% from 255) = 31.80%
BLUE value IS 30 (12.11% from 255) = 12.55%
R=55.65%
G=31.80%
B=12.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133763000.430.770.4826.863.1931.96
Hex854C1E02B4D301b3f20
Octal2051143605311560337740
Binary100001011001100111100101011100110111000011011111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854C1E; }

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

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

<style>
 a { background-color: #854C1E; }

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

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

<style>
 span { border-color: #854C1E; }

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

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