#836D3D

Color #836D3D Yellow Metal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Metal #836D3D

Tints of Yellow Metal #836D3D

Color information

#836D3D (or 0x836D3D) is unknown color: approx Yellow Metal. HEX triplet: 83, 6D and 3D. RGB value is (131,109,61). Sum of RGB (Red+Green+Blue) = 131+109+61=301 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.52% from 301); Green value is 109 (42.97% from 255 or 36.21% from 301); Blue value is 61 (24.22% from 255 or 20.27% from 301); Max value from RGB is 131 - color contains mainly: red. Hex color #836D3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836D3D is #7C92C2. Grayscale: #6E6E6E. Windows color (decimal): -8164035 or 4025731. OLE color: 4025731.

HSL color Cylindrical-coordinate representation of color #836D3D: hue angle of 41.14º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #836D3D is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB13110961-
CMYK00.170.530.49
HSL41.14º36.46%37.65%-
HSV(B)41.14º53.44%51.37%-
XYZ15.6716.16.7-
YUV110.11100.29142.9-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.52%
GREEN value IS 109 (42.97% from 255) = 36.21%
BLUE value IS 61 (24.22% from 255) = 20.27%
R=43.52%
G=36.21%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311096100.170.530.4941.1436.4637.65
Hex836D3D0113531292426
Octal203155750216561514446
Binary100000111101101111101010001110101110001101001100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836D3D; }

 p { color: rgb(131,109,61); }

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

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

 a { background-color: rgb(131,109,61); }

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

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

 span { border-color: rgb(131,109,61); }

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