#887A14

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

Shades of Yukon Gold #887A14

Tints of Yukon Gold #887A14

Color information

#887A14 (or 0x887A14) is unknown color: approx Yukon Gold. HEX triplet: 88, 7A and 14. RGB value is (136,122,20). Sum of RGB (Red+Green+Blue) = 136+122+20=278 (36% of max value = 765). Red value is 136 (53.52% from 255 or 48.92% from 278); Green value is 122 (48.05% from 255 or 43.88% from 278); Blue value is 20 (8.20% from 255 or 7.19% from 278); Max value from RGB is 136 - color contains mainly: red. Hex color #887A14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887A14 is #7785EB. Grayscale: #727272. Windows color (decimal): -7833068 or 1342088. OLE color: 1342088.

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

Color convert

RGB13612220-
CMYK00.100.850.47
HSL52.76º74.36%30.59%-
HSV(B)52.76º85.29%53.33%-
XYZ17.2419.23.46-
YUV114.5674.64143.29-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 48.92%
GREEN value IS 122 (48.05% from 255) = 43.88%
BLUE value IS 20 (8.20% from 255) = 7.19%
R=48.92%
G=43.88%
B=7.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.85
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361222000.100.850.4752.7674.3630.59
Hex887A140A552F354a1f
Octal21017224012125576511237
Binary10001000111101010100010101010101101111110101100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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