Html Css Color HEX #8B711B Yukon Gold

📋 copy color: '#8B711B'

red 139 ◦ green 113 ◦ blue 27

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

Shades of Yukon Gold #8B711B

Tints of Yukon Gold #8B711B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 40.5%

 BLUE value IS 27 (10.94% from 255) = 9.68%

R = 49.82%
G = 40.5%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.81

 K value IS 0.45

RGB Variations

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

Color information

#8B711B (or 0x8B711B) is known color: Yukon Gold. HEX triplet: 8B, 71 and 1B. RGB value is (139,113,27). Sum of RGB (Red+Green+Blue) = 139+113+27=279 (36% of max value = 765). Red value is 139 (54.69% from 255 or 49.82% from 279); Green value is 113 (44.53% from 255 or 40.50% from 279); Blue value is 27 (10.94% from 255 or 9.68% from 279); Max value from RGB is 139 - color contains mainly: red. Hex color #8B711B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B711B is #748EE4. Grayscale: #6F6F6F. Windows color (decimal): -7638757 or 1798539. OLE color: 1798539.

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

Color convert

RGB 139 113 27 -
CMYK 0 0.19 0.81 0.45
HSL 46.07º 0.67% 0.33% -
HSV(B) 46.07º 0.81% 0.55% -
XYZ 16.75 17.38 3.51 -
YUV 110.97 80.61 147.99 -
System Red Green Blue C M Y K H S L
Decimal 139 113 27 0 0.19 0.81 0.45 46.07 0.67 0.33
Hex 8B 71 1B 0 13 51 2D 2E 43 21
Octal 213 161 33 0 23 121 55 56 103 41
Binary 10001011 1110001 11011 0 10011 1010001 101101 101110 1000011 100001

Color Harmonies of #8B711B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B711B

Black with #8B711B

Text Example


Text Example

White with #8B711B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,113,27); }

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

background-color css

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

 a { background-color: rgb(139,113,27); }

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

border-color css

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

 span { border-color: rgb(139,113,27); }

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