Html Css Color HEX #8C7013 Yukon Gold

📋 copy color: '#8C7013'

red 140 ◦ green 112 ◦ blue 19

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

Shades of Yukon Gold #8C7013

Tints of Yukon Gold #8C7013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.01%

R = 51.66%
G = 41.33%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.86

 K value IS 0.45

RGB Variations

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

Color information

#8C7013 (or 0x8C7013) is known color: Yukon Gold. HEX triplet: 8C, 70 and 13. RGB value is (140,112,19). Sum of RGB (Red+Green+Blue) = 140+112+19=271 (35% of max value = 765). Red value is 140 (55.08% from 255 or 51.66% from 271); Green value is 112 (44.14% from 255 or 41.33% from 271); Blue value is 19 (7.81% from 255 or 7.01% from 271); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C7013 is #738FEC. Grayscale: #6E6E6E. Windows color (decimal): -7573485 or 1273996. OLE color: 1273996.

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

Color convert

RGB 140 112 19 -
CMYK 0 0.20 0.86 0.45
HSL 46.12º 0.76% 0.31% -
HSV(B) 46.12º 0.86% 0.55% -
XYZ 16.73 17.21 3.06 -
YUV 109.77 76.78 149.56 -
System Red Green Blue C M Y K H S L
Decimal 140 112 19 0 0.20 0.86 0.45 46.12 0.76 0.31
Hex 8C 70 13 0 14 56 2D 2E 4C 1F
Octal 214 160 23 0 24 126 55 56 114 37
Binary 10001100 1110000 10011 0 10100 1010110 101101 101110 1001100 11111

Color Harmonies of #8C7013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7013

Black with #8C7013

Text Example


Text Example

White with #8C7013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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