Html Css Color HEX #8B771C Yukon Gold

📋 copy color: '#8B771C'

red 139 ◦ green 119 ◦ blue 28

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

Shades of Yukon Gold #8B771C

Tints of Yukon Gold #8B771C

RGB

 RED value IS 139 (54.69% from 255) = 48.6%

 GREEN value IS 119 (46.88% from 255) = 41.61%

 BLUE value IS 28 (11.33% from 255) = 9.79%

R = 48.6%
G = 41.61%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.80

 K value IS 0.45

RGB Variations

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

Color information

#8B771C (or 0x8B771C) is known color: Yukon Gold. HEX triplet: 8B, 77 and 1C. RGB value is (139,119,28). Sum of RGB (Red+Green+Blue) = 139+119+28=286 (37% of max value = 765). Red value is 139 (54.69% from 255 or 48.60% from 286); Green value is 119 (46.88% from 255 or 41.61% from 286); Blue value is 28 (11.33% from 255 or 9.79% from 286); Max value from RGB is 139 - color contains mainly: red. Hex color #8B771C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B771C is #7488E3. Grayscale: #727272. Windows color (decimal): -7637220 or 1865611. OLE color: 1865611.

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

Color convert

RGB 139 119 28 -
CMYK 0 0.14 0.80 0.45
HSL 49.19º 0.66% 0.33% -
HSV(B) 49.19º 0.8% 0.55% -
XYZ 17.45 18.77 3.8 -
YUV 114.61 79.13 145.4 -
System Red Green Blue C M Y K H S L
Decimal 139 119 28 0 0.14 0.80 0.45 49.19 0.66 0.33
Hex 8B 77 1C 0 E 50 2D 31 42 21
Octal 213 167 34 0 16 120 55 61 102 41
Binary 10001011 1110111 11100 0 1110 1010000 101101 110001 1000010 100001

Color Harmonies of #8B771C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B771C

Black with #8B771C

Text Example


Text Example

White with #8B771C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,119,28); }

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

background-color css

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

 a { background-color: rgb(139,119,28); }

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

border-color css

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

 span { border-color: rgb(139,119,28); }

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