#8B7819

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

Shades of Yukon Gold #8B7819

Tints of Yukon Gold #8B7819

Color information

#8B7819 (or 0x8B7819) is unknown color: approx Yukon Gold. HEX triplet: 8B, 78 and 19. RGB value is (139,120,25). Sum of RGB (Red+Green+Blue) = 139+120+25=284 (37% of max value = 765). Red value is 139 (54.69% from 255 or 48.94% from 284); Green value is 120 (47.27% from 255 or 42.25% from 284); Blue value is 25 (10.16% from 255 or 8.80% from 284); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7819 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B7819 is #7487E6. Grayscale: #737373. Windows color (decimal): -7636967 or 1669259. OLE color: 1669259.

HSL color Cylindrical-coordinate representation of color #8B7819: hue angle of 50º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8B7819 is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.45.

Color convert

RGB13912025-
CMYK00.140.820.45
HSL50º69.51%32.16%-
HSV(B)50º82.01%54.51%-
XYZ17.5418.993.66-
YUV114.8577.29145.22-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 48.94%
GREEN value IS 120 (47.27% from 255) = 42.25%
BLUE value IS 25 (10.16% from 255) = 8.80%
R=48.94%
G=42.25%
B=8.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.82
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391202500.140.820.455069.5132.16
Hex8B78190E522D324620
Octal21317031016122556210640
Binary100010111111000110010111010100101011011100101000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B7819; }

 p { color: rgb(139,120,25); }

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

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

 a { background-color: rgb(139,120,25); }

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

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

 span { border-color: rgb(139,120,25); }

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