Html Css Color HEX #8C7717 Yukon Gold

📋 copy color: '#8C7717'

red 140 ◦ green 119 ◦ blue 23

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

Shades of Yukon Gold #8C7717

Tints of Yukon Gold #8C7717

RGB

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

 GREEN value IS 119 (46.88% from 255) = 42.2%

 BLUE value IS 23 (9.38% from 255) = 8.16%

R = 49.65%
G = 42.2%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.84

 K value IS 0.45

RGB Variations

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

Color information

#8C7717 (or 0x8C7717) is known color: Yukon Gold. HEX triplet: 8C, 77 and 17. RGB value is (140,119,23). Sum of RGB (Red+Green+Blue) = 140+119+23=282 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.65% from 282); Green value is 119 (46.88% from 255 or 42.20% from 282); Blue value is 23 (9.38% from 255 or 8.16% from 282); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7717 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C7717 is #7388E8. Grayscale: #727272. Windows color (decimal): -7571689 or 1537932. OLE color: 1537932.

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

Color convert

RGB 140 119 23 -
CMYK 0 0.15 0.84 0.45
HSL 49.23º 0.72% 0.32% -
HSV(B) 49.23º 0.84% 0.55% -
XYZ 17.57 18.83 3.52 -
YUV 114.34 76.46 146.31 -
System Red Green Blue C M Y K H S L
Decimal 140 119 23 0 0.15 0.84 0.45 49.23 0.72 0.32
Hex 8C 77 17 0 F 54 2D 31 48 20
Octal 214 167 27 0 17 124 55 61 110 40
Binary 10001100 1110111 10111 0 1111 1010100 101101 110001 1001000 100000

Color Harmonies of #8C7717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7717

Black with #8C7717

Text Example


Text Example

White with #8C7717

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,119,23); }

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

background-color css

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

 a { background-color: rgb(140,119,23); }

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

border-color css

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

 span { border-color: rgb(140,119,23); }

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