#836C3A

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

Shades of Yellow Metal #836C3A

Tints of Yellow Metal #836C3A

Color information

#836C3A (or 0x836C3A) is unknown color: approx Yellow Metal. HEX triplet: 83, 6C and 3A. RGB value is (131,108,58). Sum of RGB (Red+Green+Blue) = 131+108+58=297 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.11% from 297); Green value is 108 (42.58% from 255 or 36.36% from 297); Blue value is 58 (23.05% from 255 or 19.53% from 297); Max value from RGB is 131 - color contains mainly: red. Hex color #836C3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836C3A is #7C93C5. Grayscale: #6D6D6D. Windows color (decimal): -8164294 or 3828867. OLE color: 3828867.

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

Color convert

RGB13110858-
CMYK00.180.560.49
HSL41.1º38.62%37.06%-
HSV(B)41.1º55.73%51.37%-
XYZ15.4915.866.25-
YUV109.1899.12143.57-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 44.11%
GREEN value IS 108 (42.58% from 255) = 36.36%
BLUE value IS 58 (23.05% from 255) = 19.53%
R=44.11%
G=36.36%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311085800.180.560.4941.138.6237.06
Hex836C3A0123831292725
Octal203154720227061514745
Binary100000111101100111010010010111000110001101001100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,108,58); }

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

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

 a { background-color: rgb(131,108,58); }

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

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

 span { border-color: rgb(131,108,58); }

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