#854F1E

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

Shades of Russet #854F1E

Tints of Russet #854F1E

Color information

#854F1E (or 0x854F1E) is unknown color: approx Russet. HEX triplet: 85, 4F and 1E. RGB value is (133,79,30). Sum of RGB (Red+Green+Blue) = 133+79+30=242 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.96% from 242); Green value is 79 (31.25% from 255 or 32.64% from 242); Blue value is 30 (12.11% from 255 or 12.40% from 242); Max value from RGB is 133 - color contains mainly: red. Hex color #854F1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #854F1E is #7AB0E1. Grayscale: #595959. Windows color (decimal): -8040674 or 1986437. OLE color: 1986437.

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

Color convert

RGB1337930-
CMYK00.410.770.48
HSL28.54º63.19%31.96%-
HSV(B)28.54º77.44%52.16%-
XYZ12.710.672.62-
YUV89.5694.39158.98-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 54.96%
GREEN value IS 79 (31.25% from 255) = 32.64%
BLUE value IS 30 (12.11% from 255) = 12.40%
R=54.96%
G=32.64%
B=12.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133793000.410.770.4828.5463.1931.96
Hex854F1E0294D301d3f20
Octal2051173605111560357740
Binary100001011001111111100101001100110111000011101111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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