Html Css Color HEX #8B7313 Yukon Gold

📋 copy color: '#8B7313'

red 139 ◦ green 115 ◦ blue 19

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

Shades of Yukon Gold #8B7313

Tints of Yukon Gold #8B7313

RGB

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

 GREEN value IS 115 (45.31% from 255) = 42.12%

 BLUE value IS 19 (7.81% from 255) = 6.96%

R = 50.92%
G = 42.12%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.86

 K value IS 0.45

RGB Variations

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

Color information

#8B7313 (or 0x8B7313) is known color: Yukon Gold. HEX triplet: 8B, 73 and 13. RGB value is (139,115,19). Sum of RGB (Red+Green+Blue) = 139+115+19=273 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.92% from 273); Green value is 115 (45.31% from 255 or 42.12% from 273); Blue value is 19 (7.81% from 255 or 6.96% from 273); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7313 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B7313 is #748CEC. Grayscale: #6F6F6F. Windows color (decimal): -7638253 or 1274763. OLE color: 1274763.

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

Color convert

RGB 139 115 19 -
CMYK 0 0.17 0.86 0.45
HSL 48º 0.76% 0.31% -
HSV(B) 48º 0.86% 0.55% -
XYZ 16.9 17.8 3.16 -
YUV 111.23 75.95 147.81 -
System Red Green Blue C M Y K H S L
Decimal 139 115 19 0 0.17 0.86 0.45 48 0.76 0.31
Hex 8B 73 13 0 11 56 2D 30 4C 1F
Octal 213 163 23 0 21 126 55 60 114 37
Binary 10001011 1110011 10011 0 10001 1010110 101101 110000 1001100 11111

Color Harmonies of #8B7313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7313

Black with #8B7313

Text Example


Text Example

White with #8B7313

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,115,19); }

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

background-color css

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

 a { background-color: rgb(139,115,19); }

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

border-color css

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

 span { border-color: rgb(139,115,19); }

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