#785F0A

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

Shades of Yukon Gold #785F0A

Tints of Yukon Gold #785F0A

Color information

#785F0A (or 0x785F0A) is unknown color: approx Yukon Gold. HEX triplet: 78, 5F and 0A. RGB value is (120,95,10). Sum of RGB (Red+Green+Blue) = 120+95+10=225 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.33% from 225); Green value is 95 (37.5% from 255 or 42.22% from 225); Blue value is 10 (4.30% from 255 or 4.44% from 225); Max value from RGB is 120 - color contains mainly: red. Hex color #785F0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #785F0A is #87A0F5. Grayscale: #5D5D5D. Windows color (decimal): -8888566 or 679800. OLE color: 679800.

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

Color convert

RGB1209510-
CMYK00.210.920.53
HSL46.36º84.62%25.49%-
HSV(B)46.36º91.67%47.06%-
XYZ11.8912.22.02-
YUV92.7881.28147.41-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 53.33%
GREEN value IS 95 (37.5% from 255) = 42.22%
BLUE value IS 10 (4.30% from 255) = 4.44%
R=53.33%
G=42.22%
B=4.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120951000.210.920.5346.3684.6225.49
Hex785FA0155C352e5519
Octal17013712025134655612531
Binary1111000101111110100101011011100110101101110101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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