#834E12

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

Shades of Russet #834E12

Tints of Russet #834E12

Color information

#834E12 (or 0x834E12) is unknown color: approx Russet. HEX triplet: 83, 4E and 12. RGB value is (131,78,18). Sum of RGB (Red+Green+Blue) = 131+78+18=227 (30% of max value = 765). Red value is 131 (51.56% from 255 or 57.71% from 227); Green value is 78 (30.86% from 255 or 34.36% from 227); Blue value is 18 (7.42% from 255 or 7.93% from 227); Max value from RGB is 131 - color contains mainly: red. Hex color #834E12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #834E12 is #7CB1ED. Grayscale: #575757. Windows color (decimal): -8172014 or 1199747. OLE color: 1199747.

HSL color Cylindrical-coordinate representation of color #834E12: hue angle of 31.86º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #834E12 is Cyan = 0, Magento = 0.40, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB1317818-
CMYK00.400.860.49
HSL31.86º75.84%29.22%-
HSV(B)31.86º86.26%51.37%-
XYZ12.1910.321.92-
YUV87.0189.06159.38-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 57.71%
GREEN value IS 78 (30.86% from 255) = 34.36%
BLUE value IS 18 (7.42% from 255) = 7.93%
R=57.71%
G=34.36%
B=7.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131781800.400.860.4931.8675.8429.22
Hex834E120285631204c1d
Octal20311622050126614011435
Binary1000001110011101001001010001010110110001100000100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,78,18); }

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

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

 a { background-color: rgb(131,78,18); }

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

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

 span { border-color: rgb(131,78,18); }

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