#785F13

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

Shades of Yukon Gold #785F13

Tints of Yukon Gold #785F13

Color information

#785F13 (or 0x785F13) is unknown color: approx Yukon Gold. HEX triplet: 78, 5F and 13. RGB value is (120,95,19). Sum of RGB (Red+Green+Blue) = 120+95+19=234 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.28% from 234); Green value is 95 (37.5% from 255 or 40.60% from 234); Blue value is 19 (7.81% from 255 or 8.12% from 234); Max value from RGB is 120 - color contains mainly: red. Hex color #785F13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #785F13 is #87A0EC. Grayscale: #5E5E5E. Windows color (decimal): -8888557 or 1269624. OLE color: 1269624.

HSL color Cylindrical-coordinate representation of color #785F13: hue angle of 45.15º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #785F13 is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.53.

Color convert

RGB1209519-
CMYK00.210.840.53
HSL45.15º72.66%27.25%-
HSV(B)45.15º84.17%47.06%-
XYZ11.9612.222.35-
YUV93.8185.78146.68-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.28%
GREEN value IS 95 (37.5% from 255) = 40.60%
BLUE value IS 19 (7.81% from 255) = 8.12%
R=51.28%
G=40.60%
B=8.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.84
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120951900.210.840.5345.1572.6627.25
Hex785F1301554352d491b
Octal17013723025124655511133
Binary11110001011111100110101011010100110101101101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785F13; }

 p { color: rgb(120,95,19); }

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

<style>
 a { background-color: #785F13; }

 a { background-color: rgb(120,95,19); }

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

<style>
 span { border-color: #785F13; }

 span { border-color: rgb(120,95,19); }

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