#8B761A

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

Shades of Yukon Gold #8B761A

Tints of Yukon Gold #8B761A

Color information

#8B761A (or 0x8B761A) is unknown color: approx Yukon Gold. HEX triplet: 8B, 76 and 1A. RGB value is (139,118,26). Sum of RGB (Red+Green+Blue) = 139+118+26=283 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.12% from 283); Green value is 118 (46.48% from 255 or 41.70% from 283); Blue value is 26 (10.55% from 255 or 9.19% from 283); Max value from RGB is 139 - color contains mainly: red. Hex color #8B761A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B761A is #7489E5. Grayscale: #727272. Windows color (decimal): -7637478 or 1734283. OLE color: 1734283.

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

Color convert

RGB13911826-
CMYK00.150.810.45
HSL48.85º68.48%32.35%-
HSV(B)48.85º81.29%54.51%-
XYZ17.3118.523.64-
YUV113.7978.46145.98-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 49.12%
GREEN value IS 118 (46.48% from 255) = 41.70%
BLUE value IS 26 (10.55% from 255) = 9.19%
R=49.12%
G=41.70%
B=9.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.81
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391182600.150.810.4548.8568.4832.35
Hex8B761A0F512D314420
Octal21316632017121556110440
Binary100010111110110110100111110100011011011100011000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B761A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,118,26); }

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

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

 a { background-color: rgb(139,118,26); }

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

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

 span { border-color: rgb(139,118,26); }

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