#816525

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

Shades of Yukon Gold #816525

Tints of Yukon Gold #816525

Color information

#816525 (or 0x816525) is unknown color: approx Yukon Gold. HEX triplet: 81, 65 and 25. RGB value is (129,101,37). Sum of RGB (Red+Green+Blue) = 129+101+37=267 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.31% from 267); Green value is 101 (39.84% from 255 or 37.83% from 267); Blue value is 37 (14.84% from 255 or 13.86% from 267); Max value from RGB is 129 - color contains mainly: red. Hex color #816525 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816525 is #7E9ADA. Grayscale: #666666. Windows color (decimal): -8297179 or 2450817. OLE color: 2450817.

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

Color convert

RGB12910137-
CMYK00.220.710.49
HSL41.74º55.42%32.55%-
HSV(B)41.74º71.32%50.59%-
XYZ14.0414.113.73-
YUV102.0891.28147.2-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 48.31%
GREEN value IS 101 (39.84% from 255) = 37.83%
BLUE value IS 37 (14.84% from 255) = 13.86%
R=48.31%
G=37.83%
B=13.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.71
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291013700.220.710.4941.7455.4232.55
Hex81652501647312a3721
Octal2011454502610761526741
Binary1000000111001011001010101101000111110001101010110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816525; }

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

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

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

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

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

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

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

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