#8A781A

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

Shades of Yukon Gold #8A781A

Tints of Yukon Gold #8A781A

Color information

#8A781A (or 0x8A781A) is unknown color: approx Yukon Gold. HEX triplet: 8A, 78 and 1A. RGB value is (138,120,26). Sum of RGB (Red+Green+Blue) = 138+120+26=284 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.59% from 284); Green value is 120 (47.27% from 255 or 42.25% from 284); Blue value is 26 (10.55% from 255 or 9.15% from 284); Max value from RGB is 138 - color contains mainly: red. Hex color #8A781A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A781A is #7587E5. Grayscale: #737373. Windows color (decimal): -7702502 or 1734794. OLE color: 1734794.

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

Color convert

RGB13812026-
CMYK00.130.810.46
HSL50.36º68.29%32.16%-
HSV(B)50.36º81.16%54.12%-
XYZ17.3818.913.71-
YUV114.6777.96144.64-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 48.59%
GREEN value IS 120 (47.27% from 255) = 42.25%
BLUE value IS 26 (10.55% from 255) = 9.15%
R=48.59%
G=42.25%
B=9.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.81
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381202600.130.810.4650.3668.2932.16
Hex8A781A0D512E324420
Octal21217032015121566210440
Binary100010101111000110100110110100011011101100101000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A781A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,120,26); }

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

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

 a { background-color: rgb(138,120,26); }

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

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

 span { border-color: rgb(138,120,26); }

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