#834C1E

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

Shades of Russet #834C1E

Tints of Russet #834C1E

Color information

#834C1E (or 0x834C1E) is unknown color: approx Russet. HEX triplet: 83, 4C and 1E. RGB value is (131,76,30). Sum of RGB (Red+Green+Blue) = 131+76+30=237 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.27% from 237); Green value is 76 (30.08% from 255 or 32.07% from 237); Blue value is 30 (12.11% from 255 or 12.66% from 237); Max value from RGB is 131 - color contains mainly: red. Hex color #834C1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834C1E is #7CB3E1. Grayscale: #575757. Windows color (decimal): -8172514 or 1985667. OLE color: 1985667.

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

Color convert

RGB1317630-
CMYK00.420.770.49
HSL27.33º62.73%31.57%-
HSV(B)27.33º77.1%51.37%-
XYZ12.1810.092.53-
YUV87.295.72159.24-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 55.27%
GREEN value IS 76 (30.08% from 255) = 32.07%
BLUE value IS 30 (12.11% from 255) = 12.66%
R=55.27%
G=32.07%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.77
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131763000.420.770.4927.3362.7331.57
Hex834C1E02A4D311b3f20
Octal2031143605211561337740
Binary100000111001100111100101010100110111000111011111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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