Html Css Color HEX #8C7410 Yukon Gold

📋 copy color: '#8C7410'

red 140 ◦ green 116 ◦ blue 16

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

Shades of Yukon Gold #8C7410

Tints of Yukon Gold #8C7410

RGB

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

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

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

R = 51.47%
G = 42.65%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.89

 K value IS 0.45

RGB Variations

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

Color information

#8C7410 (or 0x8C7410) is known color: Yukon Gold. HEX triplet: 8C, 74 and 10. RGB value is (140,116,16). Sum of RGB (Red+Green+Blue) = 140+116+16=272 (36% of max value = 765). Red value is 140 (55.08% from 255 or 51.47% from 272); Green value is 116 (45.70% from 255 or 42.65% from 272); Blue value is 16 (6.64% from 255 or 5.88% from 272); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7410 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C7410 is #738BEF. Grayscale: #707070. Windows color (decimal): -7572464 or 1078412. OLE color: 1078412.

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

Color convert

RGB 140 116 16 -
CMYK 0 0.17 0.89 0.45
HSL 48.39º 0.79% 0.31% -
HSV(B) 48.39º 0.89% 0.55% -
XYZ 17.15 18.1 3.08 -
YUV 111.78 73.95 148.13 -
System Red Green Blue C M Y K H S L
Decimal 140 116 16 0 0.17 0.89 0.45 48.39 0.79 0.31
Hex 8C 74 10 0 11 59 2D 30 4F 1F
Octal 214 164 20 0 21 131 55 60 117 37
Binary 10001100 1110100 10000 0 10001 1011001 101101 110000 1001111 11111

Color Harmonies of #8C7410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7410

Black with #8C7410

Text Example


Text Example

White with #8C7410

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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