#816429

Color #816429 Yukon Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yukon Gold #816429

Tints of Yukon Gold #816429

Color information

#816429 (or 0x816429) is unknown color: approx Yukon Gold. HEX triplet: 81, 64 and 29. RGB value is (129,100,41). Sum of RGB (Red+Green+Blue) = 129+100+41=270 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.78% from 270); Green value is 100 (39.45% from 255 or 37.04% from 270); Blue value is 41 (16.41% from 255 or 15.19% from 270); Max value from RGB is 129 - color contains mainly: red. Hex color #816429 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816429 is #7E9BD6. Grayscale: #666666. Windows color (decimal): -8297431 or 2712705. OLE color: 2712705.

HSL color Cylindrical-coordinate representation of color #816429: hue angle of 40.23º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #816429 is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB12910041-
CMYK00.220.680.49
HSL40.23º51.76%33.33%-
HSV(B)40.23º68.22%50.59%-
XYZ14.0113.944.05-
YUV101.9493.61147.3-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.78%
GREEN value IS 100 (39.45% from 255) = 37.04%
BLUE value IS 41 (16.41% from 255) = 15.19%
R=47.78%
G=37.04%
B=15.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291004100.220.680.4940.2351.7633.33
Hex8164290164431283421
Octal2011445102610461506441
Binary1000000111001001010010101101000100110001101000110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816429; }

 p { color: rgb(129,100,41); }

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

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

 a { background-color: rgb(129,100,41); }

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

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

 span { border-color: rgb(129,100,41); }

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