#816E3A

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

Shades of Yellow Metal #816E3A

Tints of Yellow Metal #816E3A

Color information

#816E3A (or 0x816E3A) is unknown color: approx Yellow Metal. HEX triplet: 81, 6E and 3A. RGB value is (129,110,58). Sum of RGB (Red+Green+Blue) = 129+110+58=297 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.43% from 297); Green value is 110 (43.36% from 255 or 37.04% from 297); Blue value is 58 (23.05% from 255 or 19.53% from 297); Max value from RGB is 129 - color contains mainly: red. Hex color #816E3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816E3A is #7E91C5. Grayscale: #6D6D6D. Windows color (decimal): -8294854 or 3829377. OLE color: 3829377.

HSL color Cylindrical-coordinate representation of color #816E3A: hue angle of 43.94º 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 #816E3A is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB12911058-
CMYK00.150.550.49
HSL43.94º37.97%36.67%-
HSV(B)43.94º55.04%50.59%-
XYZ15.3916.126.3-
YUV109.7598.79141.73-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.43%
GREEN value IS 110 (43.36% from 255) = 37.04%
BLUE value IS 58 (23.05% from 255) = 19.53%
R=43.43%
G=37.04%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291105800.150.550.4943.9437.9736.67
Hex816E3A0F37312c2625
Octal201156720176761544645
Binary10000001110111011101001111110111110001101100100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816E3A; }

 p { color: rgb(129,110,58); }

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

<style>
 a { background-color: #816E3A; }

 a { background-color: rgb(129,110,58); }

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

<style>
 span { border-color: #816E3A; }

 span { border-color: rgb(129,110,58); }

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