#816938

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

Shades of Yellow Metal #816938

Tints of Yellow Metal #816938

Color information

#816938 (or 0x816938) is unknown color: approx Yellow Metal. HEX triplet: 81, 69 and 38. RGB value is (129,105,56). Sum of RGB (Red+Green+Blue) = 129+105+56=290 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.48% from 290); Green value is 105 (41.41% from 255 or 36.21% from 290); Blue value is 56 (22.27% from 255 or 19.31% from 290); Max value from RGB is 129 - color contains mainly: red. Hex color #816938 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816938 is #7E96C7. Grayscale: #6A6A6A. Windows color (decimal): -8296136 or 3697025. OLE color: 3697025.

HSL color Cylindrical-coordinate representation of color #816938: hue angle of 40.27º degrees, saturation: 0.39, 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 #816938 is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB12910556-
CMYK00.190.570.49
HSL40.27º39.46%36.27%-
HSV(B)40.27º56.59%50.59%-
XYZ14.8215.065.87-
YUV106.5999.45143.98-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.48%
GREEN value IS 105 (41.41% from 255) = 36.21%
BLUE value IS 56 (22.27% from 255) = 19.31%
R=44.48%
G=36.21%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291055600.190.570.4940.2739.4636.27
Hex8169380133931282724
Octal201151700237161504744
Binary100000011101001111000010011111001110001101000100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816938; }

 p { color: rgb(129,105,56); }

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

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

 a { background-color: rgb(129,105,56); }

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

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

 span { border-color: rgb(129,105,56); }

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