Html Css Color HEX #8D7119 Yukon Gold

📋 copy color: '#8D7119'

red 141 ◦ green 113 ◦ blue 25

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

Shades of Yukon Gold #8D7119

Tints of Yukon Gold #8D7119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.96%

R = 50.54%
G = 40.5%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.82

 K value IS 0.45

RGB Variations

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

Color information

#8D7119 (or 0x8D7119) is known color: Yukon Gold. HEX triplet: 8D, 71 and 19. RGB value is (141,113,25). Sum of RGB (Red+Green+Blue) = 141+113+25=279 (36% of max value = 765). Red value is 141 (55.47% from 255 or 50.54% from 279); Green value is 113 (44.53% from 255 or 40.50% from 279); Blue value is 25 (10.16% from 255 or 8.96% from 279); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7119 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D7119 is #728EE6. Grayscale: #6F6F6F. Windows color (decimal): -7507687 or 1667469. OLE color: 1667469.

HSL color Cylindrical-coordinate representation of color #8D7119: hue angle of 45.52º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8D7119 is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 113 25 -
CMYK 0 0.20 0.82 0.45
HSL 45.52º 0.7% 0.33% -
HSV(B) 45.52º 0.82% 0.55% -
XYZ 17.07 17.54 3.41 -
YUV 111.34 79.28 149.16 -
System Red Green Blue C M Y K H S L
Decimal 141 113 25 0 0.20 0.82 0.45 45.52 0.7 0.33
Hex 8D 71 19 0 14 52 2D 2E 46 21
Octal 215 161 31 0 24 122 55 56 106 41
Binary 10001101 1110001 11001 0 10100 1010010 101101 101110 1000110 100001

Color Harmonies of #8D7119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D7119

Black with #8D7119

Text Example


Text Example

White with #8D7119

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,113,25); }

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

background-color css

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

 a { background-color: rgb(141,113,25); }

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

border-color css

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

 span { border-color: rgb(141,113,25); }

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