Html Css Color HEX #8C731D Yukon Gold

📋 copy color: '#8C731D'

red 140 ◦ green 115 ◦ blue 29

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

Shades of Yukon Gold #8C731D

Tints of Yukon Gold #8C731D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 40.49%

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

R = 49.3%
G = 40.49%
B = 10.21%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.79

 K value IS 0.45

RGB Variations

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

Color information

#8C731D (or 0x8C731D) is known color: Yukon Gold. HEX triplet: 8C, 73 and 1D. RGB value is (140,115,29). Sum of RGB (Red+Green+Blue) = 140+115+29=284 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.30% from 284); Green value is 115 (45.31% from 255 or 40.49% from 284); Blue value is 29 (11.72% from 255 or 10.21% from 284); Max value from RGB is 140 - color contains mainly: red. Hex color #8C731D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C731D is #738CE2. Grayscale: #717171. Windows color (decimal): -7572707 or 1930124. OLE color: 1930124.

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

Color convert

RGB 140 115 29 -
CMYK 0 0.18 0.79 0.45
HSL 46.49º 0.66% 0.33% -
HSV(B) 46.49º 0.79% 0.55% -
XYZ 17.17 17.93 3.72 -
YUV 112.67 80.78 147.49 -
System Red Green Blue C M Y K H S L
Decimal 140 115 29 0 0.18 0.79 0.45 46.49 0.66 0.33
Hex 8C 73 1D 0 12 4F 2D 2E 42 21
Octal 214 163 35 0 22 117 55 56 102 41
Binary 10001100 1110011 11101 0 10010 1001111 101101 101110 1000010 100001

Color Harmonies of #8C731D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C731D

Black with #8C731D

Text Example


Text Example

White with #8C731D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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