#7A5F17

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

Shades of Yukon Gold #7A5F17

Tints of Yukon Gold #7A5F17

Color information

#7A5F17 (or 0x7A5F17) is unknown color: approx Yukon Gold. HEX triplet: 7A, 5F and 17. RGB value is (122,95,23). Sum of RGB (Red+Green+Blue) = 122+95+23=240 (31% of max value = 765). Red value is 122 (48.05% from 255 or 50.83% from 240); Green value is 95 (37.5% from 255 or 39.58% from 240); Blue value is 23 (9.38% from 255 or 9.58% from 240); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5F17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A5F17 is #85A0E8. Grayscale: #5F5F5F. Windows color (decimal): -8757481 or 1531770. OLE color: 1531770.

HSL color Cylindrical-coordinate representation of color #7A5F17: hue angle of 43.64º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7A5F17 is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.52.

Color convert

RGB1229523-
CMYK00.220.810.52
HSL43.64º68.28%28.43%-
HSV(B)43.64º81.15%47.84%-
XYZ12.2712.382.55-
YUV94.8687.45147.35-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 50.83%
GREEN value IS 95 (37.5% from 255) = 39.58%
BLUE value IS 23 (9.38% from 255) = 9.58%
R=50.83%
G=39.58%
B=9.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.81
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122952300.220.810.5243.6468.2828.43
Hex7A5F1701651342c441c
Octal17213727026121645410434
Binary11110101011111101110101101010001110100101100100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,95,23); }

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

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

 a { background-color: rgb(122,95,23); }

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

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

 span { border-color: rgb(122,95,23); }

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