Html Css Color HEX #8C730C Yukon Gold

📋 copy color: '#8C730C'

red 140 ◦ green 115 ◦ blue 12

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

Shades of Yukon Gold #8C730C

Tints of Yukon Gold #8C730C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.49%

R = 52.43%
G = 43.07%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.91

 K value IS 0.45

RGB Variations

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

Color information

#8C730C (or 0x8C730C) is known color: Yukon Gold. HEX triplet: 8C, 73 and 0C. RGB value is (140,115,12). Sum of RGB (Red+Green+Blue) = 140+115+12=267 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.43% from 267); Green value is 115 (45.31% from 255 or 43.07% from 267); Blue value is 12 (5.08% from 255 or 4.49% from 267); Max value from RGB is 140 - color contains mainly: red. Hex color #8C730C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C730C is #738CF3. Grayscale: #6F6F6F. Windows color (decimal): -7572724 or 816012. OLE color: 816012.

HSL color Cylindrical-coordinate representation of color #8C730C: hue angle of 48.28º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8C730C is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 115 12 -
CMYK 0 0.18 0.91 0.45
HSL 48.28º 0.84% 0.3% -
HSV(B) 48.28º 0.91% 0.55% -
XYZ 17.01 17.86 2.9 -
YUV 110.73 72.28 148.88 -
System Red Green Blue C M Y K H S L
Decimal 140 115 12 0 0.18 0.91 0.45 48.28 0.84 0.3
Hex 8C 73 C 0 12 5B 2D 30 54 1E
Octal 214 163 14 0 22 133 55 60 124 36
Binary 10001100 1110011 1100 0 10010 1011011 101101 110000 1010100 11110

Color Harmonies of #8C730C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C730C

Black with #8C730C

Text Example


Text Example

White with #8C730C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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