Html Css Color HEX #8A701F Yukon Gold

📋 copy color: '#8A701F'

red 138 ◦ green 112 ◦ blue 31

#8A701F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Yukon Gold #8A701F

Tints of Yukon Gold #8A701F

RGB

 RED value IS 138 (54.3% from 255) = 49.11%

 GREEN value IS 112 (44.14% from 255) = 39.86%

 BLUE value IS 31 (12.5% from 255) = 11.03%

R = 49.11%
G = 39.86%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.78

 K value IS 0.46

RGB Variations

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

Color information

#8A701F (or 0x8A701F) is known color: Yukon Gold. HEX triplet: 8A, 70 and 1F. RGB value is (138,112,31). Sum of RGB (Red+Green+Blue) = 138+112+31=281 (37% of max value = 765). Red value is 138 (54.30% from 255 or 49.11% from 281); Green value is 112 (44.14% from 255 or 39.86% from 281); Blue value is 31 (12.5% from 255 or 11.03% from 281); Max value from RGB is 138 - color contains mainly: red. Hex color #8A701F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A701F is #758FE0. Grayscale: #6E6E6E. Windows color (decimal): -7704545 or 2060426. OLE color: 2060426.

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

Color convert

RGB 138 112 31 -
CMYK 0 0.19 0.78 0.46
HSL 45.42º 0.63% 0.33% -
HSV(B) 45.42º 0.78% 0.54% -
XYZ 16.52 17.09 3.72 -
YUV 110.54 83.11 147.59 -
System Red Green Blue C M Y K H S L
Decimal 138 112 31 0 0.19 0.78 0.46 45.42 0.63 0.33
Hex 8A 70 1F 0 13 4E 2E 2D 3F 21
Octal 212 160 37 0 23 116 56 55 77 41
Binary 10001010 1110000 11111 0 10011 1001110 101110 101101 111111 100001

Color Harmonies of #8A701F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A701F

Black with #8A701F

Text Example


Text Example

White with #8A701F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8A701F;
 }
 .AnyTagClassName
 {
   color: #8A701F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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