Html Css Color HEX #8A710D Yukon Gold

📋 copy color: '#8A710D'

red 138 ◦ green 113 ◦ blue 13

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

Shades of Yukon Gold #8A710D

Tints of Yukon Gold #8A710D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 42.8%

 BLUE value IS 13 (5.47% from 255) = 4.92%

R = 52.27%
G = 42.8%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.91

 K value IS 0.46

RGB Variations

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

Color information

#8A710D (or 0x8A710D) is known color: Yukon Gold. HEX triplet: 8A, 71 and 0D. RGB value is (138,113,13). Sum of RGB (Red+Green+Blue) = 138+113+13=264 (34% of max value = 765). Red value is 138 (54.30% from 255 or 52.27% from 264); Green value is 113 (44.53% from 255 or 42.80% from 264); Blue value is 13 (5.47% from 255 or 4.92% from 264); Max value from RGB is 138 - color contains mainly: red. Hex color #8A710D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A710D is #758EF2. Grayscale: #6D6D6D. Windows color (decimal): -7704307 or 881034. OLE color: 881034.

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

Color convert

RGB 138 113 13 -
CMYK 0 0.18 0.91 0.46
HSL 48º 0.83% 0.3% -
HSV(B) 48º 0.91% 0.54% -
XYZ 16.46 17.24 2.84 -
YUV 109.08 73.78 148.63 -
System Red Green Blue C M Y K H S L
Decimal 138 113 13 0 0.18 0.91 0.46 48 0.83 0.3
Hex 8A 71 D 0 12 5B 2E 30 53 1E
Octal 212 161 15 0 22 133 56 60 123 36
Binary 10001010 1110001 1101 0 10010 1011011 101110 110000 1010011 11110

Color Harmonies of #8A710D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A710D

Black with #8A710D

Text Example


Text Example

White with #8A710D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,113,13); }

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

background-color css

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

 a { background-color: rgb(138,113,13); }

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

border-color css

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

 span { border-color: rgb(138,113,13); }

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