#835114

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

Shades of Russet #835114

Tints of Russet #835114

Color information

#835114 (or 0x835114) is unknown color: approx Russet. HEX triplet: 83, 51 and 14. RGB value is (131,81,20). Sum of RGB (Red+Green+Blue) = 131+81+20=232 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.47% from 232); Green value is 81 (32.03% from 255 or 34.91% from 232); Blue value is 20 (8.20% from 255 or 8.62% from 232); Max value from RGB is 131 - color contains mainly: red. Hex color #835114 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #835114 is #7CAEEB. Grayscale: #595959. Windows color (decimal): -8171244 or 1331587. OLE color: 1331587.

HSL color Cylindrical-coordinate representation of color #835114: hue angle of 32.97º 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 #835114 is Cyan = 0, Magento = 0.38, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB1318120-
CMYK00.380.850.49
HSL32.97º73.51%29.61%-
HSV(B)32.97º84.73%51.37%-
XYZ12.4310.762.08-
YUV8989.06157.96-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 56.47%
GREEN value IS 81 (32.03% from 255) = 34.91%
BLUE value IS 20 (8.20% from 255) = 8.62%
R=56.47%
G=34.91%
B=8.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131812000.380.850.4932.9773.5129.61
Hex8351140265531214a1e
Octal20312124046125614111236
Binary1000001110100011010001001101010101110001100001100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835114; }

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

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

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

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

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

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

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

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