#816529

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

Shades of Yukon Gold #816529

Tints of Yukon Gold #816529

Color information

#816529 (or 0x816529) is unknown color: approx Yukon Gold. HEX triplet: 81, 65 and 29. RGB value is (129,101,41). Sum of RGB (Red+Green+Blue) = 129+101+41=271 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.60% from 271); Green value is 101 (39.84% from 255 or 37.27% from 271); Blue value is 41 (16.41% from 255 or 15.13% from 271); Max value from RGB is 129 - color contains mainly: red. Hex color #816529 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816529 is #7E9AD6. Grayscale: #666666. Windows color (decimal): -8297175 or 2712961. OLE color: 2712961.

HSL color Cylindrical-coordinate representation of color #816529: hue angle of 40.91º 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 #816529 is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB12910141-
CMYK00.220.680.49
HSL40.91º51.76%33.33%-
HSV(B)40.91º68.22%50.59%-
XYZ14.1114.134.08-
YUV102.5393.28146.88-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.60%
GREEN value IS 101 (39.84% from 255) = 37.27%
BLUE value IS 41 (16.41% from 255) = 15.13%
R=47.60%
G=37.27%
B=15.13%

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
Decimal1291014100.220.680.4940.9151.7633.33
Hex8165290164431293421
Octal2011455102610461516441
Binary1000000111001011010010101101000100110001101001110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816529; }

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

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

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

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

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

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

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

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