#816A38

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

Shades of Yellow Metal #816A38

Tints of Yellow Metal #816A38

Color information

#816A38 (or 0x816A38) is unknown color: approx Yellow Metal. HEX triplet: 81, 6A and 38. RGB value is (129,106,56). Sum of RGB (Red+Green+Blue) = 129+106+56=291 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.33% from 291); Green value is 106 (41.80% from 255 or 36.43% from 291); Blue value is 56 (22.27% from 255 or 19.24% from 291); Max value from RGB is 129 - color contains mainly: red. Hex color #816A38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816A38 is #7E95C7. Grayscale: #6B6B6B. Windows color (decimal): -8295880 or 3697281. OLE color: 3697281.

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

Color convert

RGB12910656-
CMYK00.180.570.49
HSL41.1º39.46%36.27%-
HSV(B)41.1º56.59%50.59%-
XYZ14.9215.265.9-
YUV107.1899.12143.57-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.33%
GREEN value IS 106 (41.80% from 255) = 36.43%
BLUE value IS 56 (22.27% from 255) = 19.24%
R=44.33%
G=36.43%
B=19.24%

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
Decimal1291065600.180.570.4941.139.4636.27
Hex816A380123931292724
Octal201152700227161514744
Binary100000011101010111000010010111001110001101001100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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