#856525

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

Shades of Yukon Gold #856525

Tints of Yukon Gold #856525

Color information

#856525 (or 0x856525) is unknown color: approx Yukon Gold. HEX triplet: 85, 65 and 25. RGB value is (133,101,37). Sum of RGB (Red+Green+Blue) = 133+101+37=271 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.08% from 271); Green value is 101 (39.84% from 255 or 37.27% from 271); Blue value is 37 (14.84% from 255 or 13.65% from 271); Max value from RGB is 133 - color contains mainly: red. Hex color #856525 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856525 is #7A9ADA. Grayscale: #676767. Windows color (decimal): -8035035 or 2450821. OLE color: 2450821.

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

Color convert

RGB13310137-
CMYK00.240.720.48
HSL40º56.47%33.33%-
HSV(B)40º72.18%52.16%-
XYZ14.6614.433.76-
YUV103.2790.6149.2-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.08%
GREEN value IS 101 (39.84% from 255) = 37.27%
BLUE value IS 37 (14.84% from 255) = 13.65%
R=49.08%
G=37.27%
B=13.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.72
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331013700.240.720.484056.4733.33
Hex8565250184830283821
Octal2051454503011060507041
Binary1000010111001011001010110001001000110000101000111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856525; }

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

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

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

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

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

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

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

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