Html Css Color HEX #8C7119 Yukon Gold

📋 copy color: '#8C7119'

red 140 ◦ green 113 ◦ blue 25

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

Shades of Yukon Gold #8C7119

Tints of Yukon Gold #8C7119

RGB

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

 GREEN value IS 113 (44.53% from 255) = 40.65%

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

R = 50.36%
G = 40.65%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.82

 K value IS 0.45

RGB Variations

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

Color information

#8C7119 (or 0x8C7119) is known color: Yukon Gold. HEX triplet: 8C, 71 and 19. RGB value is (140,113,25). Sum of RGB (Red+Green+Blue) = 140+113+25=278 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.36% from 278); Green value is 113 (44.53% from 255 or 40.65% from 278); Blue value is 25 (10.16% from 255 or 8.99% from 278); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7119 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C7119 is #738EE6. Grayscale: #6F6F6F. Windows color (decimal): -7573223 or 1667468. OLE color: 1667468.

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

Color convert

RGB 140 113 25 -
CMYK 0 0.19 0.82 0.45
HSL 45.91º 0.7% 0.32% -
HSV(B) 45.91º 0.82% 0.55% -
XYZ 16.9 17.46 3.4 -
YUV 111.04 79.45 148.66 -
System Red Green Blue C M Y K H S L
Decimal 140 113 25 0 0.19 0.82 0.45 45.91 0.7 0.32
Hex 8C 71 19 0 13 52 2D 2E 46 20
Octal 214 161 31 0 23 122 55 56 106 40
Binary 10001100 1110001 11001 0 10011 1010010 101101 101110 1000110 100000

Color Harmonies of #8C7119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7119

Black with #8C7119

Text Example


Text Example

White with #8C7119

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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