Html Css Color HEX #8C7719 Yukon Gold

📋 copy color: '#8C7719'

red 140 ◦ green 119 ◦ blue 25

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

Shades of Yukon Gold #8C7719

Tints of Yukon Gold #8C7719

RGB

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

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

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

R = 49.3%
G = 41.9%
B = 8.8%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.82

 K value IS 0.45

RGB Variations

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

Color information

#8C7719 (or 0x8C7719) is known color: Yukon Gold. HEX triplet: 8C, 77 and 19. RGB value is (140,119,25). Sum of RGB (Red+Green+Blue) = 140+119+25=284 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.30% from 284); Green value is 119 (46.88% from 255 or 41.90% from 284); Blue value is 25 (10.16% from 255 or 8.80% from 284); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7719 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C7719 is #7388E6. Grayscale: #727272. Windows color (decimal): -7571687 or 1669004. OLE color: 1669004.

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

Color convert

RGB 140 119 25 -
CMYK 0 0.15 0.82 0.45
HSL 49.04º 0.7% 0.32% -
HSV(B) 49.04º 0.82% 0.55% -
XYZ 17.59 18.84 3.63 -
YUV 114.56 77.46 146.14 -
System Red Green Blue C M Y K H S L
Decimal 140 119 25 0 0.15 0.82 0.45 49.04 0.7 0.32
Hex 8C 77 19 0 F 52 2D 31 46 20
Octal 214 167 31 0 17 122 55 61 106 40
Binary 10001100 1110111 11001 0 1111 1010010 101101 110001 1000110 100000

Color Harmonies of #8C7719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7719

Black with #8C7719

Text Example


Text Example

White with #8C7719

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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