Html Css Color HEX #8D7514 Yukon Gold

📋 copy color: '#8D7514'

red 141 ◦ green 117 ◦ blue 20

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

Shades of Yukon Gold #8D7514

Tints of Yukon Gold #8D7514

RGB

 RED value IS 141 (55.47% from 255) = 50.72%

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

 BLUE value IS 20 (8.2% from 255) = 7.19%

R = 50.72%
G = 42.09%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.86

 K value IS 0.45

RGB Variations

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

Color information

#8D7514 (or 0x8D7514) is known color: Yukon Gold. HEX triplet: 8D, 75 and 14. RGB value is (141,117,20). Sum of RGB (Red+Green+Blue) = 141+117+20=278 (36% of max value = 765). Red value is 141 (55.47% from 255 or 50.72% from 278); Green value is 117 (46.09% from 255 or 42.09% from 278); Blue value is 20 (8.20% from 255 or 7.19% from 278); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7514 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D7514 is #728AEB. Grayscale: #717171. Windows color (decimal): -7506668 or 1340813. OLE color: 1340813.

HSL color Cylindrical-coordinate representation of color #8D7514: hue angle of 48.1º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8D7514 is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 117 20 -
CMYK 0 0.17 0.86 0.45
HSL 48.1º 0.75% 0.32% -
HSV(B) 48.1º 0.86% 0.55% -
XYZ 17.47 18.44 3.3 -
YUV 113.12 75.45 147.89 -
System Red Green Blue C M Y K H S L
Decimal 141 117 20 0 0.17 0.86 0.45 48.1 0.75 0.32
Hex 8D 75 14 0 11 56 2D 30 4B 20
Octal 215 165 24 0 21 126 55 60 113 40
Binary 10001101 1110101 10100 0 10001 1010110 101101 110000 1001011 100000

Color Harmonies of #8D7514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D7514

Black with #8D7514

Text Example


Text Example

White with #8D7514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,117,20); }

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

background-color css

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

 a { background-color: rgb(141,117,20); }

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

border-color css

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

 span { border-color: rgb(141,117,20); }

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