Html Css Color HEX #8C7619 Yukon Gold

📋 copy color: '#8C7619'

red 140 ◦ green 118 ◦ blue 25

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

Shades of Yukon Gold #8C7619

Tints of Yukon Gold #8C7619

RGB

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

 GREEN value IS 118 (46.48% from 255) = 41.7%

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

R = 49.47%
G = 41.7%
B = 8.83%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.82

 K value IS 0.45

RGB Variations

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

Color information

#8C7619 (or 0x8C7619) is known color: Yukon Gold. HEX triplet: 8C, 76 and 19. RGB value is (140,118,25). Sum of RGB (Red+Green+Blue) = 140+118+25=283 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.47% from 283); Green value is 118 (46.48% from 255 or 41.70% from 283); Blue value is 25 (10.16% from 255 or 8.83% from 283); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7619 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C7619 is #7389E6. Grayscale: #727272. Windows color (decimal): -7571943 or 1668748. OLE color: 1668748.

HSL color Cylindrical-coordinate representation of color #8C7619: hue angle of 48.52º 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 #8C7619 is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 118 25 -
CMYK 0 0.16 0.82 0.45
HSL 48.52º 0.7% 0.32% -
HSV(B) 48.52º 0.82% 0.55% -
XYZ 17.47 18.6 3.59 -
YUV 113.98 77.79 146.56 -
System Red Green Blue C M Y K H S L
Decimal 140 118 25 0 0.16 0.82 0.45 48.52 0.7 0.32
Hex 8C 76 19 0 10 52 2D 31 46 20
Octal 214 166 31 0 20 122 55 61 106 40
Binary 10001100 1110110 11001 0 10000 1010010 101101 110001 1000110 100000

Color Harmonies of #8C7619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7619

Black with #8C7619

Text Example


Text Example

White with #8C7619

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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