#834614

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

Shades of Russet #834614

Tints of Russet #834614

Color information

#834614 (or 0x834614) is unknown color: approx Russet. HEX triplet: 83, 46 and 14. RGB value is (131,70,20). Sum of RGB (Red+Green+Blue) = 131+70+20=221 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.28% from 221); Green value is 70 (27.73% from 255 or 31.67% from 221); Blue value is 20 (8.20% from 255 or 9.05% from 221); Max value from RGB is 131 - color contains mainly: red. Hex color #834614 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #834614 is #7CB9EB. Grayscale: #525252. Windows color (decimal): -8174060 or 1328771. OLE color: 1328771.

HSL color Cylindrical-coordinate representation of color #834614: hue angle of 27.03º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #834614 is Cyan = 0, Magento = 0.47, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB1317020-
CMYK00.470.850.49
HSL27.03º73.51%29.61%-
HSV(B)27.03º84.73%51.37%-
XYZ11.689.261.83-
YUV82.5492.71162.57-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 59.28%
GREEN value IS 70 (27.73% from 255) = 31.67%
BLUE value IS 20 (8.20% from 255) = 9.05%
R=59.28%
G=31.67%
B=9.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131702000.470.850.4927.0373.5129.61
Hex83461402F55311b4a1e
Octal20310624057125613311236
Binary100000111000110101000101111101010111000111011100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834614; }

 p { color: rgb(131,70,20); }

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

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

 a { background-color: rgb(131,70,20); }

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

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

 span { border-color: rgb(131,70,20); }

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