#7F5C14

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

Shades of Yukon Gold #7F5C14

Tints of Yukon Gold #7F5C14

Color information

#7F5C14 (or 0x7F5C14) is unknown color: approx Yukon Gold. HEX triplet: 7F, 5C and 14. RGB value is (127,92,20). Sum of RGB (Red+Green+Blue) = 127+92+20=239 (31% of max value = 765). Red value is 127 (50% from 255 or 53.14% from 239); Green value is 92 (36.33% from 255 or 38.49% from 239); Blue value is 20 (8.20% from 255 or 8.37% from 239); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5C14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F5C14 is #80A3EB. Grayscale: #5E5E5E. Windows color (decimal): -8430572 or 1334399. OLE color: 1334399.

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

Color convert

RGB1279220-
CMYK00.280.840.50
HSL40.37º72.79%28.82%-
HSV(B)40.37º84.25%49.8%-
XYZ12.7112.222.35-
YUV94.2686.1151.35-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 53.14%
GREEN value IS 92 (36.33% from 255) = 38.49%
BLUE value IS 20 (8.20% from 255) = 8.37%
R=53.14%
G=38.49%
B=8.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.84
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127922000.280.840.5040.3772.7928.82
Hex7F5C1401C543228491d
Octal17713424034124625011135
Binary11111111011100101000111001010100110010101000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,92,20); }

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

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

 a { background-color: rgb(127,92,20); }

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

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

 span { border-color: rgb(127,92,20); }

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