Html Css Color HEX #8C7213 Yukon Gold

📋 copy color: '#8C7213'

red 140 ◦ green 114 ◦ blue 19

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

Shades of Yukon Gold #8C7213

Tints of Yukon Gold #8C7213

RGB

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

 GREEN value IS 114 (44.92% from 255) = 41.76%

 BLUE value IS 19 (7.81% from 255) = 6.96%

R = 51.28%
G = 41.76%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.86

 K value IS 0.45

RGB Variations

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

Color information

#8C7213 (or 0x8C7213) is known color: Yukon Gold. HEX triplet: 8C, 72 and 13. RGB value is (140,114,19). Sum of RGB (Red+Green+Blue) = 140+114+19=273 (36% of max value = 765). Red value is 140 (55.08% from 255 or 51.28% from 273); Green value is 114 (44.92% from 255 or 41.76% from 273); Blue value is 19 (7.81% from 255 or 6.96% from 273); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7213 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C7213 is #738DEC. Grayscale: #6F6F6F. Windows color (decimal): -7572973 or 1274508. OLE color: 1274508.

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

Color convert

RGB 140 114 19 -
CMYK 0 0.19 0.86 0.45
HSL 47.11º 0.76% 0.31% -
HSV(B) 47.11º 0.86% 0.55% -
XYZ 16.95 17.66 3.13 -
YUV 110.94 76.11 148.72 -
System Red Green Blue C M Y K H S L
Decimal 140 114 19 0 0.19 0.86 0.45 47.11 0.76 0.31
Hex 8C 72 13 0 13 56 2D 2F 4C 1F
Octal 214 162 23 0 23 126 55 57 114 37
Binary 10001100 1110010 10011 0 10011 1010110 101101 101111 1001100 11111

Color Harmonies of #8C7213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7213

Black with #8C7213

Text Example


Text Example

White with #8C7213

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,114,19); }

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

background-color css

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

 a { background-color: rgb(140,114,19); }

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

border-color css

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

 span { border-color: rgb(140,114,19); }

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