#8B761B

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

Shades of Yukon Gold #8B761B

Tints of Yukon Gold #8B761B

Color information

#8B761B (or 0x8B761B) is unknown color: approx Yukon Gold. HEX triplet: 8B, 76 and 1B. RGB value is (139,118,27). Sum of RGB (Red+Green+Blue) = 139+118+27=284 (37% of max value = 765). Red value is 139 (54.69% from 255 or 48.94% from 284); Green value is 118 (46.48% from 255 or 41.55% from 284); Blue value is 27 (10.94% from 255 or 9.51% from 284); Max value from RGB is 139 - color contains mainly: red. Hex color #8B761B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B761B is #7489E4. Grayscale: #727272. Windows color (decimal): -7637477 or 1799819. OLE color: 1799819.

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

Color convert

RGB13911827-
CMYK00.150.810.45
HSL48.75º67.47%32.55%-
HSV(B)48.75º80.58%54.51%-
XYZ17.3218.523.7-
YUV113.978.96145.9-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 48.94%
GREEN value IS 118 (46.48% from 255) = 41.55%
BLUE value IS 27 (10.94% from 255) = 9.51%
R=48.94%
G=41.55%
B=9.51%

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
Decimal1391182700.150.810.4548.7567.4732.55
Hex8B761B0F512D314321
Octal21316633017121556110341
Binary100010111110110110110111110100011011011100011000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B761B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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