Html Css Color HEX #8B761D Yukon Gold

📋 copy color: '#8B761D'

red 139 ◦ green 118 ◦ blue 29

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

Shades of Yukon Gold #8B761D

Tints of Yukon Gold #8B761D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 41.26%

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

R = 48.6%
G = 41.26%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.79

 K value IS 0.45

RGB Variations

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

Color information

#8B761D (or 0x8B761D) is known color: Yukon Gold. HEX triplet: 8B, 76 and 1D. RGB value is (139,118,29). Sum of RGB (Red+Green+Blue) = 139+118+29=286 (37% of max value = 765). Red value is 139 (54.69% from 255 or 48.60% from 286); Green value is 118 (46.48% from 255 or 41.26% from 286); Blue value is 29 (11.72% from 255 or 10.14% from 286); Max value from RGB is 139 - color contains mainly: red. Hex color #8B761D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B761D is #7489E2. Grayscale: #727272. Windows color (decimal): -7637475 or 1930891. OLE color: 1930891.

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

Color convert

RGB 139 118 29 -
CMYK 0 0.15 0.79 0.45
HSL 48.55º 0.65% 0.33% -
HSV(B) 48.55º 0.79% 0.55% -
XYZ 17.35 18.53 3.83 -
YUV 114.13 79.96 145.74 -
System Red Green Blue C M Y K H S L
Decimal 139 118 29 0 0.15 0.79 0.45 48.55 0.65 0.33
Hex 8B 76 1D 0 F 4F 2D 31 41 21
Octal 213 166 35 0 17 117 55 61 101 41
Binary 10001011 1110110 11101 0 1111 1001111 101101 110001 1000001 100001

Color Harmonies of #8B761D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B761D

Black with #8B761D

Text Example


Text Example

White with #8B761D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,118,29); }

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

background-color css

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

 a { background-color: rgb(139,118,29); }

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

border-color css

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

 span { border-color: rgb(139,118,29); }

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