Html Css Color HEX #8C7411 Yukon Gold

📋 copy color: '#8C7411'

red 140 ◦ green 116 ◦ blue 17

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

Shades of Yukon Gold #8C7411

Tints of Yukon Gold #8C7411

RGB

 RED value IS 140 (55.08% from 255) = 51.28%

 GREEN value IS 116 (45.7% from 255) = 42.49%

 BLUE value IS 17 (7.03% from 255) = 6.23%

R = 51.28%
G = 42.49%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.88

 K value IS 0.45

RGB Variations

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

Color information

#8C7411 (or 0x8C7411) is known color: Yukon Gold. HEX triplet: 8C, 74 and 11. RGB value is (140,116,17). Sum of RGB (Red+Green+Blue) = 140+116+17=273 (36% of max value = 765). Red value is 140 (55.08% from 255 or 51.28% from 273); Green value is 116 (45.70% from 255 or 42.49% from 273); Blue value is 17 (7.03% from 255 or 6.23% from 273); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7411 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C7411 is #738BEE. Grayscale: #707070. Windows color (decimal): -7572463 or 1143948. OLE color: 1143948.

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

Color convert

RGB 140 116 17 -
CMYK 0 0.17 0.88 0.45
HSL 48.29º 0.78% 0.31% -
HSV(B) 48.29º 0.88% 0.55% -
XYZ 17.16 18.11 3.12 -
YUV 111.89 74.45 148.05 -
System Red Green Blue C M Y K H S L
Decimal 140 116 17 0 0.17 0.88 0.45 48.29 0.78 0.31
Hex 8C 74 11 0 11 58 2D 30 4E 1F
Octal 214 164 21 0 21 130 55 60 116 37
Binary 10001100 1110100 10001 0 10001 1011000 101101 110000 1001110 11111

Color Harmonies of #8C7411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7411

Black with #8C7411

Text Example


Text Example

White with #8C7411

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,116,17); }

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

background-color css

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

 a { background-color: rgb(140,116,17); }

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

border-color css

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

 span { border-color: rgb(140,116,17); }

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