#836D3B

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

Shades of Yellow Metal #836D3B

Tints of Yellow Metal #836D3B

Color information

#836D3B (or 0x836D3B) is unknown color: approx Yellow Metal. HEX triplet: 83, 6D and 3B. RGB value is (131,109,59). Sum of RGB (Red+Green+Blue) = 131+109+59=299 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.81% from 299); Green value is 109 (42.97% from 255 or 36.45% from 299); Blue value is 59 (23.44% from 255 or 19.73% from 299); Max value from RGB is 131 - color contains mainly: red. Hex color #836D3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836D3B is #7C92C4. Grayscale: #6E6E6E. Windows color (decimal): -8164037 or 3894659. OLE color: 3894659.

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

Color convert

RGB13110959-
CMYK00.170.550.49
HSL41.67º37.89%37.25%-
HSV(B)41.67º54.96%51.37%-
XYZ15.6216.086.42-
YUV109.8899.29143.07-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.81%
GREEN value IS 109 (42.97% from 255) = 36.45%
BLUE value IS 59 (23.44% from 255) = 19.73%
R=43.81%
G=36.45%
B=19.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311095900.170.550.4941.6737.8937.25
Hex836D3B01137312a2625
Octal203155730216761524645
Binary100000111101101111011010001110111110001101010100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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