Html Css Color HEX #8C7510 Yukon Gold

📋 copy color: '#8C7510'

red 140 ◦ green 117 ◦ blue 16

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

Shades of Yukon Gold #8C7510

Tints of Yukon Gold #8C7510

RGB

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

 GREEN value IS 117 (46.09% from 255) = 42.86%

 BLUE value IS 16 (6.64% from 255) = 5.86%

R = 51.28%
G = 42.86%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.89

 K value IS 0.45

RGB Variations

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

Color information

#8C7510 (or 0x8C7510) is known color: Yukon Gold. HEX triplet: 8C, 75 and 10. RGB value is (140,117,16). Sum of RGB (Red+Green+Blue) = 140+117+16=273 (36% of max value = 765). Red value is 140 (55.08% from 255 or 51.28% from 273); Green value is 117 (46.09% from 255 or 42.86% from 273); Blue value is 16 (6.64% from 255 or 5.86% from 273); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7510 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C7510 is #738AEF. Grayscale: #707070. Windows color (decimal): -7572208 or 1078668. OLE color: 1078668.

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

Color convert

RGB 140 117 16 -
CMYK 0 0.16 0.89 0.45
HSL 48.87º 0.79% 0.31% -
HSV(B) 48.87º 0.89% 0.55% -
XYZ 17.27 18.34 3.12 -
YUV 112.36 73.62 147.71 -
System Red Green Blue C M Y K H S L
Decimal 140 117 16 0 0.16 0.89 0.45 48.87 0.79 0.31
Hex 8C 75 10 0 10 59 2D 31 4F 1F
Octal 214 165 20 0 20 131 55 61 117 37
Binary 10001100 1110101 10000 0 10000 1011001 101101 110001 1001111 11111

Color Harmonies of #8C7510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7510

Black with #8C7510

Text Example


Text Example

White with #8C7510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,117,16); }

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

background-color css

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

 a { background-color: rgb(140,117,16); }

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

border-color css

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

 span { border-color: rgb(140,117,16); }

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