#834C18

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

Shades of Russet #834C18

Tints of Russet #834C18

Color information

#834C18 (or 0x834C18) is unknown color: approx Russet. HEX triplet: 83, 4C and 18. RGB value is (131,76,24). Sum of RGB (Red+Green+Blue) = 131+76+24=231 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.71% from 231); Green value is 76 (30.08% from 255 or 32.90% from 231); Blue value is 24 (9.77% from 255 or 10.39% from 231); Max value from RGB is 131 - color contains mainly: red. Hex color #834C18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #834C18 is #7CB3E7. Grayscale: #565656. Windows color (decimal): -8172520 or 1592451. OLE color: 1592451.

HSL color Cylindrical-coordinate representation of color #834C18: hue angle of 29.16º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #834C18 is Cyan = 0, Magento = 0.42, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB1317624-
CMYK00.420.820.49
HSL29.16º69.03%30.39%-
HSV(B)29.16º81.68%51.37%-
XYZ12.1110.062.17-
YUV86.5292.72159.73-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 56.71%
GREEN value IS 76 (30.08% from 255) = 32.90%
BLUE value IS 24 (9.77% from 255) = 10.39%
R=56.71%
G=32.90%
B=10.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.82
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131762400.420.820.4929.1669.0330.39
Hex834C1802A52311d451e
Octal20311430052122613510536
Binary100000111001100110000101010101001011000111101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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