Html Css Color HEX #8C7019 Yukon Gold

📋 copy color: '#8C7019'

red 140 ◦ green 112 ◦ blue 25

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

Shades of Yukon Gold #8C7019

Tints of Yukon Gold #8C7019

RGB

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

 GREEN value IS 112 (44.14% from 255) = 40.43%

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

R = 50.54%
G = 40.43%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.82

 K value IS 0.45

RGB Variations

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

Color information

#8C7019 (or 0x8C7019) is known color: Yukon Gold. HEX triplet: 8C, 70 and 19. RGB value is (140,112,25). Sum of RGB (Red+Green+Blue) = 140+112+25=277 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.54% from 277); Green value is 112 (44.14% from 255 or 40.43% from 277); Blue value is 25 (10.16% from 255 or 9.03% from 277); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7019 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C7019 is #738FE6. Grayscale: #6E6E6E. Windows color (decimal): -7573479 or 1667212. OLE color: 1667212.

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

Color convert

RGB 140 112 25 -
CMYK 0 0.20 0.82 0.45
HSL 45.39º 0.7% 0.32% -
HSV(B) 45.39º 0.82% 0.55% -
XYZ 16.78 17.23 3.36 -
YUV 110.45 79.78 149.07 -
System Red Green Blue C M Y K H S L
Decimal 140 112 25 0 0.20 0.82 0.45 45.39 0.7 0.32
Hex 8C 70 19 0 14 52 2D 2D 46 20
Octal 214 160 31 0 24 122 55 55 106 40
Binary 10001100 1110000 11001 0 10100 1010010 101101 101101 1000110 100000

Color Harmonies of #8C7019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7019

Black with #8C7019

Text Example


Text Example

White with #8C7019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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