#816725

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

Shades of Yukon Gold #816725

Tints of Yukon Gold #816725

Color information

#816725 (or 0x816725) is unknown color: approx Yukon Gold. HEX triplet: 81, 67 and 25. RGB value is (129,103,37). Sum of RGB (Red+Green+Blue) = 129+103+37=269 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.96% from 269); Green value is 103 (40.62% from 255 or 38.29% from 269); Blue value is 37 (14.84% from 255 or 13.75% from 269); Max value from RGB is 129 - color contains mainly: red. Hex color #816725 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816725 is #7E98DA. Grayscale: #676767. Windows color (decimal): -8296667 or 2451329. OLE color: 2451329.

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

Color convert

RGB12910337-
CMYK00.200.710.49
HSL43.04º55.42%32.55%-
HSV(B)43.04º71.32%50.59%-
XYZ14.2414.53.8-
YUV103.2590.61146.37-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.96%
GREEN value IS 103 (40.62% from 255) = 38.29%
BLUE value IS 37 (14.84% from 255) = 13.75%
R=47.96%
G=38.29%
B=13.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.71
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291033700.200.710.4943.0455.4232.55
Hex81672501447312b3721
Octal2011474502410761536741
Binary1000000111001111001010101001000111110001101011110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816725; }

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

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

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

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

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

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

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

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