Html Css Color HEX #8C7413 Yukon Gold

📋 copy color: '#8C7413'

red 140 ◦ green 116 ◦ blue 19

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

Shades of Yukon Gold #8C7413

Tints of Yukon Gold #8C7413

RGB

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

 GREEN value IS 116 (45.7% from 255) = 42.18%

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

R = 50.91%
G = 42.18%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.86

 K value IS 0.45

RGB Variations

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

Color information

#8C7413 (or 0x8C7413) is known color: Yukon Gold. HEX triplet: 8C, 74 and 13. RGB value is (140,116,19). Sum of RGB (Red+Green+Blue) = 140+116+19=275 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.91% from 275); Green value is 116 (45.70% from 255 or 42.18% from 275); Blue value is 19 (7.81% from 255 or 6.91% from 275); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7413 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C7413 is #738BEC. Grayscale: #707070. Windows color (decimal): -7572461 or 1275020. OLE color: 1275020.

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

Color convert

RGB 140 116 19 -
CMYK 0 0.17 0.86 0.45
HSL 48.1º 0.76% 0.31% -
HSV(B) 48.1º 0.86% 0.55% -
XYZ 17.18 18.11 3.21 -
YUV 112.12 75.45 147.89 -
System Red Green Blue C M Y K H S L
Decimal 140 116 19 0 0.17 0.86 0.45 48.1 0.76 0.31
Hex 8C 74 13 0 11 56 2D 30 4C 1F
Octal 214 164 23 0 21 126 55 60 114 37
Binary 10001100 1110100 10011 0 10001 1010110 101101 110000 1001100 11111

Color Harmonies of #8C7413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7413

Black with #8C7413

Text Example


Text Example

White with #8C7413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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