#8B761E

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

Shades of Yukon Gold #8B761E

Tints of Yukon Gold #8B761E

Color information

#8B761E (or 0x8B761E) is unknown color: approx Yukon Gold. HEX triplet: 8B, 76 and 1E. RGB value is (139,118,30). Sum of RGB (Red+Green+Blue) = 139+118+30=287 (38% of max value = 765). Red value is 139 (54.69% from 255 or 48.43% from 287); Green value is 118 (46.48% from 255 or 41.11% from 287); Blue value is 30 (12.11% from 255 or 10.45% from 287); Max value from RGB is 139 - color contains mainly: red. Hex color #8B761E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B761E is #7489E1. Grayscale: #727272. Windows color (decimal): -7637474 or 1996427. OLE color: 1996427.

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

Color convert

RGB13911830-
CMYK00.150.780.45
HSL48.44º64.5%33.14%-
HSV(B)48.44º78.42%54.51%-
XYZ17.3618.543.89-
YUV114.2580.46145.66-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 48.43%
GREEN value IS 118 (46.48% from 255) = 41.11%
BLUE value IS 30 (12.11% from 255) = 10.45%
R=48.43%
G=41.11%
B=10.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.78
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391183000.150.780.4548.4464.533.14
Hex8B761E0F4E2D304021
Octal21316636017116556010041
Binary100010111110110111100111110011101011011100001000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B761E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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