Html Css Color HEX #8B7211 Yukon Gold

📋 copy color: '#8B7211'

red 139 ◦ green 114 ◦ blue 17

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

Shades of Yukon Gold #8B7211

Tints of Yukon Gold #8B7211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.3%

R = 51.48%
G = 42.22%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.88

 K value IS 0.45

RGB Variations

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

Color information

#8B7211 (or 0x8B7211) is known color: Yukon Gold. HEX triplet: 8B, 72 and 11. RGB value is (139,114,17). Sum of RGB (Red+Green+Blue) = 139+114+17=270 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.48% from 270); Green value is 114 (44.92% from 255 or 42.22% from 270); Blue value is 17 (7.03% from 255 or 6.30% from 270); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7211 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B7211 is #748DEE. Grayscale: #6E6E6E. Windows color (decimal): -7638511 or 1143435. OLE color: 1143435.

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

Color convert

RGB 139 114 17 -
CMYK 0 0.18 0.88 0.45
HSL 47.7º 0.78% 0.31% -
HSV(B) 47.7º 0.88% 0.55% -
XYZ 16.77 17.56 3.04 -
YUV 110.42 75.28 148.39 -
System Red Green Blue C M Y K H S L
Decimal 139 114 17 0 0.18 0.88 0.45 47.7 0.78 0.31
Hex 8B 72 11 0 12 58 2D 30 4E 1F
Octal 213 162 21 0 22 130 55 60 116 37
Binary 10001011 1110010 10001 0 10010 1011000 101101 110000 1001110 11111

Color Harmonies of #8B7211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7211

Black with #8B7211

Text Example


Text Example

White with #8B7211

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,114,17); }

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

background-color css

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

 a { background-color: rgb(139,114,17); }

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

border-color css

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

 span { border-color: rgb(139,114,17); }

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