Html Css Color HEX #8C711D Yukon Gold

📋 copy color: '#8C711D'

red 140 ◦ green 113 ◦ blue 29

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

Shades of Yukon Gold #8C711D

Tints of Yukon Gold #8C711D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.28%

R = 49.65%
G = 40.07%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.79

 K value IS 0.45

RGB Variations

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

Color information

#8C711D (or 0x8C711D) is known color: Yukon Gold. HEX triplet: 8C, 71 and 1D. RGB value is (140,113,29). Sum of RGB (Red+Green+Blue) = 140+113+29=282 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.65% from 282); Green value is 113 (44.53% from 255 or 40.07% from 282); Blue value is 29 (11.72% from 255 or 10.28% from 282); Max value from RGB is 140 - color contains mainly: red. Hex color #8C711D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C711D is #738EE2. Grayscale: #6F6F6F. Windows color (decimal): -7573219 or 1929612. OLE color: 1929612.

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

Color convert

RGB 140 113 29 -
CMYK 0 0.19 0.79 0.45
HSL 45.41º 0.66% 0.33% -
HSV(B) 45.41º 0.79% 0.55% -
XYZ 16.94 17.47 3.64 -
YUV 111.5 81.45 148.33 -
System Red Green Blue C M Y K H S L
Decimal 140 113 29 0 0.19 0.79 0.45 45.41 0.66 0.33
Hex 8C 71 1D 0 13 4F 2D 2D 42 21
Octal 214 161 35 0 23 117 55 55 102 41
Binary 10001100 1110001 11101 0 10011 1001111 101101 101101 1000010 100001

Color Harmonies of #8C711D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C711D

Black with #8C711D

Text Example


Text Example

White with #8C711D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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