#7C5E10

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

Shades of Yukon Gold #7C5E10

Tints of Yukon Gold #7C5E10

Color information

#7C5E10 (or 0x7C5E10) is unknown color: approx Yukon Gold. HEX triplet: 7C, 5E and 10. RGB value is (124,94,16). Sum of RGB (Red+Green+Blue) = 124+94+16=234 (30% of max value = 765). Red value is 124 (48.83% from 255 or 52.99% from 234); Green value is 94 (37.11% from 255 or 40.17% from 234); Blue value is 16 (6.64% from 255 or 6.84% from 234); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5E10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C5E10 is #83A1EF. Grayscale: #5E5E5E. Windows color (decimal): -8626672 or 1072764. OLE color: 1072764.

HSL color Cylindrical-coordinate representation of color #7C5E10: hue angle of 43.33º 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 #7C5E10 is Cyan = 0, Magento = 0.24, Yellow = 0.87 and Black (K on CMYK) = 0.51.

Color convert

RGB1249416-
CMYK00.240.870.51
HSL43.33º77.14%27.45%-
HSV(B)43.33º87.1%48.63%-
XYZ12.4112.332.22-
YUV94.0883.94149.34-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 52.99%
GREEN value IS 94 (37.11% from 255) = 40.17%
BLUE value IS 16 (6.64% from 255) = 6.84%
R=52.99%
G=40.17%
B=6.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.87
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124941600.240.870.5143.3377.1427.45
Hex7C5E1001857332b4d1b
Octal17413620030127635311533
Binary11111001011110100000110001010111110011101011100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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