#834B18

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

Shades of Russet #834B18

Tints of Russet #834B18

Color information

#834B18 (or 0x834B18) is unknown color: approx Russet. HEX triplet: 83, 4B and 18. RGB value is (131,75,24). Sum of RGB (Red+Green+Blue) = 131+75+24=230 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.96% from 230); Green value is 75 (29.69% from 255 or 32.61% from 230); Blue value is 24 (9.77% from 255 or 10.43% from 230); Max value from RGB is 131 - color contains mainly: red. Hex color #834B18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #834B18 is #7CB4E7. Grayscale: #565656. Windows color (decimal): -8172776 or 1592195. OLE color: 1592195.

HSL color Cylindrical-coordinate representation of color #834B18: hue angle of 28.6º 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 #834B18 is Cyan = 0, Magento = 0.43, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB1317524-
CMYK00.430.820.49
HSL28.6º69.03%30.39%-
HSV(B)28.6º81.68%51.37%-
XYZ12.049.922.14-
YUV85.9393.05160.15-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 56.96%
GREEN value IS 75 (29.69% from 255) = 32.61%
BLUE value IS 24 (9.77% from 255) = 10.43%
R=56.96%
G=32.61%
B=10.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.82
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131752400.430.820.4928.669.0330.39
Hex834B1802B52311d451e
Octal20311330053122613510536
Binary100000111001011110000101011101001011000111101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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