#8A761B

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

Shades of Yukon Gold #8A761B

Tints of Yukon Gold #8A761B

Color information

#8A761B (or 0x8A761B) is unknown color: approx Yukon Gold. HEX triplet: 8A, 76 and 1B. RGB value is (138,118,27). Sum of RGB (Red+Green+Blue) = 138+118+27=283 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.76% from 283); Green value is 118 (46.48% from 255 or 41.70% from 283); Blue value is 27 (10.94% from 255 or 9.54% from 283); Max value from RGB is 138 - color contains mainly: red. Hex color #8A761B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A761B is #7589E4. Grayscale: #717171. Windows color (decimal): -7703013 or 1799818. OLE color: 1799818.

HSL color Cylindrical-coordinate representation of color #8A761B: hue angle of 49.19º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8A761B is Cyan = 0, Magento = 0.14, Yellow = 0.80 and Black (K on CMYK) = 0.46.

Color convert

RGB13811827-
CMYK00.140.800.46
HSL49.19º67.27%32.35%-
HSV(B)49.19º80.43%54.12%-
XYZ17.1618.443.69-
YUV113.6179.13145.4-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 48.76%
GREEN value IS 118 (46.48% from 255) = 41.70%
BLUE value IS 27 (10.94% from 255) = 9.54%
R=48.76%
G=41.70%
B=9.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.80
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381182700.140.800.4649.1967.2732.35
Hex8A761B0E502E314320
Octal21216633016120566110340
Binary100010101110110110110111010100001011101100011000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A761B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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