#856527

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

Shades of Yukon Gold #856527

Tints of Yukon Gold #856527

Color information

#856527 (or 0x856527) is unknown color: approx Yukon Gold. HEX triplet: 85, 65 and 27. RGB value is (133,101,39). Sum of RGB (Red+Green+Blue) = 133+101+39=273 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.72% from 273); Green value is 101 (39.84% from 255 or 37.00% from 273); Blue value is 39 (15.62% from 255 or 14.29% from 273); Max value from RGB is 133 - color contains mainly: red. Hex color #856527 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856527 is #7A9AD8. Grayscale: #676767. Windows color (decimal): -8035033 or 2581893. OLE color: 2581893.

HSL color Cylindrical-coordinate representation of color #856527: hue angle of 39.57º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #856527 is Cyan = 0, Magento = 0.24, Yellow = 0.71 and Black (K on CMYK) = 0.48.

Color convert

RGB13310139-
CMYK00.240.710.48
HSL39.57º54.65%33.73%-
HSV(B)39.57º70.68%52.16%-
XYZ14.6914.443.93-
YUV103.591.6149.04-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.72%
GREEN value IS 101 (39.84% from 255) = 37.00%
BLUE value IS 39 (15.62% from 255) = 14.29%
R=48.72%
G=37.00%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.71
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331013900.240.710.4839.5754.6533.73
Hex8565270184730283722
Octal2051454703010760506742
Binary1000010111001011001110110001000111110000101000110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856527; }

 p { color: rgb(133,101,39); }

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

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

 a { background-color: rgb(133,101,39); }

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

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

 span { border-color: rgb(133,101,39); }

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