#7D7313

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

Shades of Yukon Gold #7D7313

Tints of Yukon Gold #7D7313

Color information

#7D7313 (or 0x7D7313) is unknown color: approx Yukon Gold. HEX triplet: 7D, 73 and 13. RGB value is (125,115,19). Sum of RGB (Red+Green+Blue) = 125+115+19=259 (34% of max value = 765). Red value is 125 (49.22% from 255 or 48.26% from 259); Green value is 115 (45.31% from 255 or 44.40% from 259); Blue value is 19 (7.81% from 255 or 7.34% from 259); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7313 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D7313 is #828CEC. Grayscale: #6B6B6B. Windows color (decimal): -8555757 or 1274749. OLE color: 1274749.

HSL color Cylindrical-coordinate representation of color #7D7313: hue angle of 54.34º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7D7313 is Cyan = 0, Magento = 0.08, Yellow = 0.85 and Black (K on CMYK) = 0.51.

Color convert

RGB12511519-
CMYK00.080.850.51
HSL54.34º73.61%28.24%-
HSV(B)54.34º84.8%49.02%-
XYZ14.7116.673.06-
YUV107.0578.31140.81-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 48.26%
GREEN value IS 115 (45.31% from 255) = 44.40%
BLUE value IS 19 (7.81% from 255) = 7.34%
R=48.26%
G=44.40%
B=7.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.85
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251151900.080.850.5154.3473.6128.24
Hex7D7313085533364a1c
Octal17516323010125636611234
Binary1111101111001110011010001010101110011110110100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,115,19); }

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

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

 a { background-color: rgb(125,115,19); }

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

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

 span { border-color: rgb(125,115,19); }

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