Html Css Color HEX #8B7A16 Yukon Gold

📋 copy color: '#8B7A16'

red 139 ◦ green 122 ◦ blue 22

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

Shades of Yukon Gold #8B7A16

Tints of Yukon Gold #8B7A16

RGB

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

 GREEN value IS 122 (48.05% from 255) = 43.11%

 BLUE value IS 22 (8.98% from 255) = 7.77%

R = 49.12%
G = 43.11%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.84

 K value IS 0.45

RGB Variations

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

Color information

#8B7A16 (or 0x8B7A16) is known color: Yukon Gold. HEX triplet: 8B, 7A and 16. RGB value is (139,122,22). Sum of RGB (Red+Green+Blue) = 139+122+22=283 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.12% from 283); Green value is 122 (48.05% from 255 or 43.11% from 283); Blue value is 22 (8.98% from 255 or 7.77% from 283); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7A16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B7A16 is #7485E9. Grayscale: #747474. Windows color (decimal): -7636458 or 1473163. OLE color: 1473163.

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

Color convert

RGB 139 122 22 -
CMYK 0 0.12 0.84 0.45
HSL 51.28º 0.73% 0.32% -
HSV(B) 51.28º 0.84% 0.55% -
XYZ 17.75 19.47 3.58 -
YUV 115.68 75.13 144.63 -
System Red Green Blue C M Y K H S L
Decimal 139 122 22 0 0.12 0.84 0.45 51.28 0.73 0.32
Hex 8B 7A 16 0 C 54 2D 33 49 20
Octal 213 172 26 0 14 124 55 63 111 40
Binary 10001011 1111010 10110 0 1100 1010100 101101 110011 1001001 100000

Color Harmonies of #8B7A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7A16

Black with #8B7A16

Text Example


Text Example

White with #8B7A16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,122,22); }

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

background-color css

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

 a { background-color: rgb(139,122,22); }

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

border-color css

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

 span { border-color: rgb(139,122,22); }

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