#786525

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

Shades of Yukon Gold #786525

Tints of Yukon Gold #786525

Color information

#786525 (or 0x786525) is unknown color: approx Yukon Gold. HEX triplet: 78, 65 and 25. RGB value is (120,101,37). Sum of RGB (Red+Green+Blue) = 120+101+37=258 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.51% from 258); Green value is 101 (39.84% from 255 or 39.15% from 258); Blue value is 37 (14.84% from 255 or 14.34% from 258); Max value from RGB is 120 - color contains mainly: red. Hex color #786525 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786525 is #879ADA. Grayscale: #636363. Windows color (decimal): -8887003 or 2450808. OLE color: 2450808.

HSL color Cylindrical-coordinate representation of color #786525: hue angle of 46.27º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #786525 is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.53.

Color convert

RGB12010137-
CMYK00.160.690.53
HSL46.27º52.87%30.78%-
HSV(B)46.27º69.17%47.06%-
XYZ12.7313.433.67-
YUV99.3892.79142.7-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.51%
GREEN value IS 101 (39.84% from 255) = 39.15%
BLUE value IS 37 (14.84% from 255) = 14.34%
R=46.51%
G=39.15%
B=14.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201013700.160.690.5346.2752.8730.78
Hex78652501045352e351f
Octal1701454502010565566537
Binary11110001100101100101010000100010111010110111011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786525; }

 p { color: rgb(120,101,37); }

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

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

 a { background-color: rgb(120,101,37); }

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

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

 span { border-color: rgb(120,101,37); }

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