#857026

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

Shades of Yukon Gold #857026

Tints of Yukon Gold #857026

Color information

#857026 (or 0x857026) is unknown color: approx Yukon Gold. HEX triplet: 85, 70 and 26. RGB value is (133,112,38). Sum of RGB (Red+Green+Blue) = 133+112+38=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 112 (44.14% from 255 or 39.58% from 283); Blue value is 38 (15.23% from 255 or 13.43% from 283); Max value from RGB is 133 - color contains mainly: red. Hex color #857026 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857026 is #7A8FD9. Grayscale: #6E6E6E. Windows color (decimal): -8032218 or 2519173. OLE color: 2519173.

HSL color Cylindrical-coordinate representation of color #857026: hue angle of 46.74º degrees, saturation: 0.56, 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 #857026 is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.48.

Color convert

RGB13311238-
CMYK00.160.710.48
HSL46.74º55.56%33.53%-
HSV(B)46.74º71.43%52.16%-
XYZ15.8216.714.23-
YUV109.8487.46144.52-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.00%
GREEN value IS 112 (44.14% from 255) = 39.58%
BLUE value IS 38 (15.23% from 255) = 13.43%
R=47.00%
G=39.58%
B=13.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.71
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331123800.160.710.4846.7455.5633.53
Hex85702601047302f3822
Octal2051604602010760577042
Binary1000010111100001001100100001000111110000101111111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857026; }

 p { color: rgb(133,112,38); }

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

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

 a { background-color: rgb(133,112,38); }

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

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

 span { border-color: rgb(133,112,38); }

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