Html Css Color HEX #8B7519 Yukon Gold

📋 copy color: '#8B7519'

red 139 ◦ green 117 ◦ blue 25

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

Shades of Yukon Gold #8B7519

Tints of Yukon Gold #8B7519

RGB

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

 GREEN value IS 117 (46.09% from 255) = 41.64%

 BLUE value IS 25 (10.16% from 255) = 8.9%

R = 49.47%
G = 41.64%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.82

 K value IS 0.45

RGB Variations

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

Color information

#8B7519 (or 0x8B7519) is known color: Yukon Gold. HEX triplet: 8B, 75 and 19. RGB value is (139,117,25). Sum of RGB (Red+Green+Blue) = 139+117+25=281 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.47% from 281); Green value is 117 (46.09% from 255 or 41.64% from 281); Blue value is 25 (10.16% from 255 or 8.90% from 281); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7519 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B7519 is #748AE6. Grayscale: #717171. Windows color (decimal): -7637735 or 1668491. OLE color: 1668491.

HSL color Cylindrical-coordinate representation of color #8B7519: hue angle of 48.42º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8B7519 is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 117 25 -
CMYK 0 0.16 0.82 0.45
HSL 48.42º 0.7% 0.32% -
HSV(B) 48.42º 0.82% 0.55% -
XYZ 17.18 18.28 3.54 -
YUV 113.09 78.29 146.48 -
System Red Green Blue C M Y K H S L
Decimal 139 117 25 0 0.16 0.82 0.45 48.42 0.7 0.32
Hex 8B 75 19 0 10 52 2D 30 46 20
Octal 213 165 31 0 20 122 55 60 106 40
Binary 10001011 1110101 11001 0 10000 1010010 101101 110000 1000110 100000

Color Harmonies of #8B7519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7519

Black with #8B7519

Text Example


Text Example

White with #8B7519

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,117,25); }

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

background-color css

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

 a { background-color: rgb(139,117,25); }

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

border-color css

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

 span { border-color: rgb(139,117,25); }

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