#8a701c

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

Shades of Yukon Gold #8A701C

Tints of Yukon Gold #8A701C

Color information

#8A701C (or 0x8A701C) is unknown color: approx Yukon Gold. HEX triplet: 8A, 70 and 1C. RGB value is (138,112,28). Sum of RGB (Red+Green+Blue) = 138+112+28=278 (36% of max value = 765). Red value is 138 (54.30% from 255 or 49.64% from 278); Green value is 112 (44.14% from 255 or 40.29% from 278); Blue value is 28 (11.33% from 255 or 10.07% from 278); Max value from RGB is 138 - color contains mainly: red. Hex color #8A701C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A701C is #758FE3. Grayscale: #6E6E6E. Windows color (decimal): -7704548 or 1863818. OLE color: 1863818.

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

Color convert

RGB13811228-
CMYK00.190.800.46
HSL45.82º66.27%32.55%-
HSV(B)45.82º79.71%54.12%-
XYZ16.4917.083.53-
YUV110.281.61147.83-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 49.64%
GREEN value IS 112 (44.14% from 255) = 40.29%
BLUE value IS 28 (11.33% from 255) = 10.07%
R=49.64%
G=40.29%
B=10.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.80
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381122800.190.800.4645.8266.2732.55
Hex8A701C013502E2e4221
Octal21216034023120565610241
Binary1000101011100001110001001110100001011101011101000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a701c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,112,28); }

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

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

 a { background-color: rgb(138,112,28); }

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

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

 span { border-color: rgb(138,112,28); }

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