#887A16

Color #887A16 Yukon Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yukon Gold #887A16

Tints of Yukon Gold #887A16

Color information

#887A16 (or 0x887A16) is unknown color: approx Yukon Gold. HEX triplet: 88, 7A and 16. RGB value is (136,122,22). Sum of RGB (Red+Green+Blue) = 136+122+22=280 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.57% from 280); Green value is 122 (48.05% from 255 or 43.57% from 280); Blue value is 22 (8.98% from 255 or 7.86% from 280); Max value from RGB is 136 - color contains mainly: red. Hex color #887A16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887A16 is #7785E9. Grayscale: #737373. Windows color (decimal): -7833066 or 1473160. OLE color: 1473160.

HSL color Cylindrical-coordinate representation of color #887A16: hue angle of 52.63º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #887A16 is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB13612222-
CMYK00.100.840.47
HSL52.63º72.15%30.98%-
HSV(B)52.63º83.82%53.33%-
XYZ17.2619.213.56-
YUV114.7975.64143.13-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 48.57%
GREEN value IS 122 (48.05% from 255) = 43.57%
BLUE value IS 22 (8.98% from 255) = 7.86%
R=48.57%
G=43.57%
B=7.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361222200.100.840.4752.6372.1530.98
Hex887A160A542F35481f
Octal21017226012124576511037
Binary10001000111101010110010101010100101111110101100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887A16; }

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

 H1.HeaderClassName
 {
   color: #887A16;
 }
 .AnyTagClassName
 {
   color: #887A16;
 }
</style>
background-color css

<style>
 a { background-color: #887A16; }

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

 div.DivClassName
 {
   background-color: #887A16;
 }
 .BgClassName
 {
   background-color: #887A16;
 }
</style>
border-color css

<style>
 span { border-color: #887A16; }

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

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