#785F0C

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

Shades of Yukon Gold #785F0C

Tints of Yukon Gold #785F0C

Color information

#785F0C (or 0x785F0C) is unknown color: approx Yukon Gold. HEX triplet: 78, 5F and 0C. RGB value is (120,95,12). Sum of RGB (Red+Green+Blue) = 120+95+12=227 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.86% from 227); Green value is 95 (37.5% from 255 or 41.85% from 227); Blue value is 12 (5.08% from 255 or 5.29% from 227); Max value from RGB is 120 - color contains mainly: red. Hex color #785F0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #785F0C is #87A0F3. Grayscale: #5D5D5D. Windows color (decimal): -8888564 or 810872. OLE color: 810872.

HSL color Cylindrical-coordinate representation of color #785F0C: hue angle of 46.11º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #785F0C is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB1209512-
CMYK00.210.900.53
HSL46.11º81.82%25.88%-
HSV(B)46.11º90%47.06%-
XYZ11.912.22.08-
YUV93.0182.28147.25-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 52.86%
GREEN value IS 95 (37.5% from 255) = 41.85%
BLUE value IS 12 (5.08% from 255) = 5.29%
R=52.86%
G=41.85%
B=5.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.90
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120951200.210.900.5346.1181.8225.88
Hex785FC0155A352e521a
Octal17013714025132655612232
Binary1111000101111111000101011011010110101101110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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