#785C13

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

Shades of Yukon Gold #785C13

Tints of Yukon Gold #785C13

Color information

#785C13 (or 0x785C13) is unknown color: approx Yukon Gold. HEX triplet: 78, 5C and 13. RGB value is (120,92,19). Sum of RGB (Red+Green+Blue) = 120+92+19=231 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.95% from 231); Green value is 92 (36.33% from 255 or 39.83% from 231); Blue value is 19 (7.81% from 255 or 8.23% from 231); Max value from RGB is 120 - color contains mainly: red. Hex color #785C13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #785C13 is #87A3EC. Grayscale: #5C5C5C. Windows color (decimal): -8889325 or 1268856. OLE color: 1268856.

HSL color Cylindrical-coordinate representation of color #785C13: hue angle of 43.37º 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 #785C13 is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.53.

Color convert

RGB1209219-
CMYK00.230.840.53
HSL43.37º72.66%27.25%-
HSV(B)43.37º84.17%47.06%-
XYZ11.6911.692.26-
YUV92.0586.78147.94-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.95%
GREEN value IS 92 (36.33% from 255) = 39.83%
BLUE value IS 19 (7.81% from 255) = 8.23%
R=51.95%
G=39.83%
B=8.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.84
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120921900.230.840.5343.3772.6627.25
Hex785C1301754352b491b
Octal17013423027124655311133
Binary11110001011100100110101111010100110101101011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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