#834D1E

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

Shades of Russet #834D1E

Tints of Russet #834D1E

Color information

#834D1E (or 0x834D1E) is unknown color: approx Russet. HEX triplet: 83, 4D and 1E. RGB value is (131,77,30). Sum of RGB (Red+Green+Blue) = 131+77+30=238 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.04% from 238); Green value is 77 (30.47% from 255 or 32.35% from 238); Blue value is 30 (12.11% from 255 or 12.61% from 238); Max value from RGB is 131 - color contains mainly: red. Hex color #834D1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #834D1E is #7CB2E1. Grayscale: #585858. Windows color (decimal): -8172258 or 1985923. OLE color: 1985923.

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

Color convert

RGB1317730-
CMYK00.410.770.49
HSL27.92º62.73%31.57%-
HSV(B)27.92º77.1%51.37%-
XYZ12.2510.232.56-
YUV87.7995.39158.82-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 55.04%
GREEN value IS 77 (30.47% from 255) = 32.35%
BLUE value IS 30 (12.11% from 255) = 12.61%
R=55.04%
G=32.35%
B=12.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.77
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131773000.410.770.4927.9262.7331.57
Hex834D1E0294D311c3f20
Octal2031153605111561347740
Binary100000111001101111100101001100110111000111100111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,77,30); }

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

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

 a { background-color: rgb(131,77,30); }

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

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

 span { border-color: rgb(131,77,30); }

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