Html Css Color HEX #8A7510 Yukon Gold

📋 copy color: '#8A7510'

red 138 ◦ green 117 ◦ blue 16

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

Shades of Yukon Gold #8A7510

Tints of Yukon Gold #8A7510

RGB

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

 GREEN value IS 117 (46.09% from 255) = 43.17%

 BLUE value IS 16 (6.64% from 255) = 5.9%

R = 50.92%
G = 43.17%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.88

 K value IS 0.46

RGB Variations

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

Color information

#8A7510 (or 0x8A7510) is known color: Yukon Gold. HEX triplet: 8A, 75 and 10. RGB value is (138,117,16). Sum of RGB (Red+Green+Blue) = 138+117+16=271 (35% of max value = 765). Red value is 138 (54.30% from 255 or 50.92% from 271); Green value is 117 (46.09% from 255 or 43.17% from 271); Blue value is 16 (6.64% from 255 or 5.90% from 271); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7510 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A7510 is #758AEF. Grayscale: #707070. Windows color (decimal): -7703280 or 1078666. OLE color: 1078666.

HSL color Cylindrical-coordinate representation of color #8A7510: hue angle of 49.67º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8A7510 is Cyan = 0, Magento = 0.15, Yellow = 0.88 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 117 16 -
CMYK 0 0.15 0.88 0.46
HSL 49.67º 0.79% 0.3% -
HSV(B) 49.67º 0.88% 0.54% -
XYZ 16.94 18.16 3.1 -
YUV 111.77 73.96 146.71 -
System Red Green Blue C M Y K H S L
Decimal 138 117 16 0 0.15 0.88 0.46 49.67 0.79 0.3
Hex 8A 75 10 0 F 58 2E 32 4F 1E
Octal 212 165 20 0 17 130 56 62 117 36
Binary 10001010 1110101 10000 0 1111 1011000 101110 110010 1001111 11110

Color Harmonies of #8A7510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7510

Black with #8A7510

Text Example


Text Example

White with #8A7510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,117,16); }

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

background-color css

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

 a { background-color: rgb(138,117,16); }

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

border-color css

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

 span { border-color: rgb(138,117,16); }

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