#816A37

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

Shades of Yellow Metal #816A37

Tints of Yellow Metal #816A37

Color information

#816A37 (or 0x816A37) is unknown color: approx Yellow Metal. HEX triplet: 81, 6A and 37. RGB value is (129,106,55). Sum of RGB (Red+Green+Blue) = 129+106+55=290 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.48% from 290); Green value is 106 (41.80% from 255 or 36.55% from 290); Blue value is 55 (21.88% from 255 or 18.97% from 290); Max value from RGB is 129 - color contains mainly: red. Hex color #816A37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816A37 is #7E95C8. Grayscale: #6B6B6B. Windows color (decimal): -8295881 or 3631745. OLE color: 3631745.

HSL color Cylindrical-coordinate representation of color #816A37: hue angle of 41.35º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #816A37 is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB12910655-
CMYK00.180.570.49
HSL41.35º40.22%36.08%-
HSV(B)41.35º57.36%50.59%-
XYZ14.915.255.77-
YUV107.0698.62143.65-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.48%
GREEN value IS 106 (41.80% from 255) = 36.55%
BLUE value IS 55 (21.88% from 255) = 18.97%
R=44.48%
G=36.55%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291065500.180.570.4941.3540.2236.08
Hex816A370123931292824
Octal201152670227161515044
Binary100000011101010110111010010111001110001101001101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,106,55); }

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

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

 a { background-color: rgb(129,106,55); }

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

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

 span { border-color: rgb(129,106,55); }

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