#834414

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

Shades of Russet #834414

Tints of Russet #834414

Color information

#834414 (or 0x834414) is unknown color: approx Russet. HEX triplet: 83, 44 and 14. RGB value is (131,68,20). Sum of RGB (Red+Green+Blue) = 131+68+20=219 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.82% from 219); Green value is 68 (26.95% from 255 or 31.05% from 219); Blue value is 20 (8.20% from 255 or 9.13% from 219); Max value from RGB is 131 - color contains mainly: red. Hex color #834414 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #834414 is #7CBBEB. Grayscale: #515151. Windows color (decimal): -8174572 or 1328259. OLE color: 1328259.

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

Color convert

RGB1316820-
CMYK00.480.850.49
HSL25.95º73.51%29.61%-
HSV(B)25.95º84.73%51.37%-
XYZ11.559.011.79-
YUV81.3693.37163.4-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 59.82%
GREEN value IS 68 (26.95% from 255) = 31.05%
BLUE value IS 20 (8.20% from 255) = 9.13%
R=59.82%
G=31.05%
B=9.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131682000.480.850.4925.9573.5129.61
Hex83441403055311a4a1e
Octal20310424060125613211236
Binary100000111000100101000110000101010111000111010100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834414; }

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

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

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

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

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

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

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

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