Html Css Color HEX #8B711E Yukon Gold

📋 copy color: '#8B711E'

red 139 ◦ green 113 ◦ blue 30

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

Shades of Yukon Gold #8B711E

Tints of Yukon Gold #8B711E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.64%

R = 49.29%
G = 40.07%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.78

 K value IS 0.45

RGB Variations

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

Color information

#8B711E (or 0x8B711E) is known color: Yukon Gold. HEX triplet: 8B, 71 and 1E. RGB value is (139,113,30). Sum of RGB (Red+Green+Blue) = 139+113+30=282 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.29% from 282); Green value is 113 (44.53% from 255 or 40.07% from 282); Blue value is 30 (12.11% from 255 or 10.64% from 282); Max value from RGB is 139 - color contains mainly: red. Hex color #8B711E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B711E is #748EE1. Grayscale: #6F6F6F. Windows color (decimal): -7638754 or 1995147. OLE color: 1995147.

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

Color convert

RGB 139 113 30 -
CMYK 0 0.19 0.78 0.45
HSL 45.69º 0.64% 0.33% -
HSV(B) 45.69º 0.78% 0.55% -
XYZ 16.79 17.39 3.7 -
YUV 111.31 82.11 147.75 -
System Red Green Blue C M Y K H S L
Decimal 139 113 30 0 0.19 0.78 0.45 45.69 0.64 0.33
Hex 8B 71 1E 0 13 4E 2D 2E 40 21
Octal 213 161 36 0 23 116 55 56 100 41
Binary 10001011 1110001 11110 0 10011 1001110 101101 101110 1000000 100001

Color Harmonies of #8B711E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B711E

Black with #8B711E

Text Example


Text Example

White with #8B711E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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