#7C5D10

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

Shades of Yukon Gold #7C5D10

Tints of Yukon Gold #7C5D10

Color information

#7C5D10 (or 0x7C5D10) is unknown color: approx Yukon Gold. HEX triplet: 7C, 5D and 10. RGB value is (124,93,16). Sum of RGB (Red+Green+Blue) = 124+93+16=233 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.22% from 233); Green value is 93 (36.72% from 255 or 39.91% from 233); Blue value is 16 (6.64% from 255 or 6.87% from 233); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5D10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C5D10 is #83A2EF. Grayscale: #5D5D5D. Windows color (decimal): -8626928 or 1072508. OLE color: 1072508.

HSL color Cylindrical-coordinate representation of color #7C5D10: hue angle of 42.78º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7C5D10 is Cyan = 0, Magento = 0.25, Yellow = 0.87 and Black (K on CMYK) = 0.51.

Color convert

RGB1249316-
CMYK00.250.870.51
HSL42.78º77.14%27.45%-
HSV(B)42.78º87.1%48.63%-
XYZ12.3212.152.19-
YUV93.4984.27149.76-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 53.22%
GREEN value IS 93 (36.72% from 255) = 39.91%
BLUE value IS 16 (6.64% from 255) = 6.87%
R=53.22%
G=39.91%
B=6.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.87
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124931600.250.870.5142.7877.1427.45
Hex7C5D1001957332b4d1b
Octal17413520031127635311533
Binary11111001011101100000110011010111110011101011100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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