#785D1D

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

Shades of Yukon Gold #785D1D

Tints of Yukon Gold #785D1D

Color information

#785D1D (or 0x785D1D) is unknown color: approx Yukon Gold. HEX triplet: 78, 5D and 1D. RGB value is (120,93,29). Sum of RGB (Red+Green+Blue) = 120+93+29=242 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.59% from 242); Green value is 93 (36.72% from 255 or 38.43% from 242); Blue value is 29 (11.72% from 255 or 11.98% from 242); Max value from RGB is 120 - color contains mainly: red. Hex color #785D1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785D1D is #87A2E2. Grayscale: #5E5E5E. Windows color (decimal): -8889059 or 1924472. OLE color: 1924472.

HSL color Cylindrical-coordinate representation of color #785D1D: hue angle of 42.2º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #785D1D is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB1209329-
CMYK00.220.760.53
HSL42.2º61.07%29.22%-
HSV(B)42.2º75.83%47.06%-
XYZ11.8811.912.84-
YUV93.7891.45146.7-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 49.59%
GREEN value IS 93 (36.72% from 255) = 38.43%
BLUE value IS 29 (11.72% from 255) = 11.98%
R=49.59%
G=38.43%
B=11.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120932900.220.760.5342.261.0729.22
Hex785D1D0164C352a3d1d
Octal1701353502611465527535
Binary1111000101110111101010110100110011010110101011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,93,29); }

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

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

 a { background-color: rgb(120,93,29); }

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

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

 span { border-color: rgb(120,93,29); }

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