#7C5E16

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

Shades of Yukon Gold #7C5E16

Tints of Yukon Gold #7C5E16

Color information

#7C5E16 (or 0x7C5E16) is unknown color: approx Yukon Gold. HEX triplet: 7C, 5E and 16. RGB value is (124,94,22). Sum of RGB (Red+Green+Blue) = 124+94+22=240 (31% of max value = 765). Red value is 124 (48.83% from 255 or 51.67% from 240); Green value is 94 (37.11% from 255 or 39.17% from 240); Blue value is 22 (8.98% from 255 or 9.17% from 240); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5E16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C5E16 is #83A1E9. Grayscale: #5F5F5F. Windows color (decimal): -8626666 or 1465980. OLE color: 1465980.

HSL color Cylindrical-coordinate representation of color #7C5E16: hue angle of 42.35º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7C5E16 is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.51.

Color convert

RGB1249422-
CMYK00.240.820.51
HSL42.35º69.86%28.63%-
HSV(B)42.35º82.26%48.63%-
XYZ12.4612.352.49-
YUV94.7686.94148.85-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 51.67%
GREEN value IS 94 (37.11% from 255) = 39.17%
BLUE value IS 22 (8.98% from 255) = 9.17%
R=51.67%
G=39.17%
B=9.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.82
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124942200.240.820.5142.3569.8628.63
Hex7C5E1601852332a461d
Octal17413626030122635210635
Binary11111001011110101100110001010010110011101010100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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