#7f5d10

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

Shades of Yukon Gold #7F5D10

Tints of Yukon Gold #7F5D10

Color information

#7F5D10 (or 0x7F5D10) is unknown color: approx Yukon Gold. HEX triplet: 7F, 5D and 10. RGB value is (127,93,16). Sum of RGB (Red+Green+Blue) = 127+93+16=236 (31% of max value = 765). Red value is 127 (50% from 255 or 53.81% from 236); Green value is 93 (36.72% from 255 or 39.41% from 236); Blue value is 16 (6.64% from 255 or 6.78% from 236); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5D10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F5D10 is #80A2EF. Grayscale: #5E5E5E. Windows color (decimal): -8430320 or 1072511. OLE color: 1072511.

HSL color Cylindrical-coordinate representation of color #7F5D10: hue angle of 41.62º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7F5D10 is Cyan = 0, Magento = 0.27, Yellow = 0.87 and Black (K on CMYK) = 0.50.

Color convert

RGB1279316-
CMYK00.270.870.50
HSL41.62º77.62%28.04%-
HSV(B)41.62º87.4%49.8%-
XYZ12.7612.382.21-
YUV94.3983.76151.26-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 53.81%
GREEN value IS 93 (36.72% from 255) = 39.41%
BLUE value IS 16 (6.64% from 255) = 6.78%
R=53.81%
G=39.41%
B=6.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.87
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127931600.270.870.5041.6277.6228.04
Hex7F5D1001B57322a4e1c
Octal17713520033127625211634
Binary11111111011101100000110111010111110010101010100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7f5d10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7f5d10; }

 p { color: rgb(127,93,16); }

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

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

 a { background-color: rgb(127,93,16); }

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

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

 span { border-color: rgb(127,93,16); }

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