#857426

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

Shades of Yukon Gold #857426

Tints of Yukon Gold #857426

Color information

#857426 (or 0x857426) is unknown color: approx Yukon Gold. HEX triplet: 85, 74 and 26. RGB value is (133,116,38). Sum of RGB (Red+Green+Blue) = 133+116+38=287 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.34% from 287); Green value is 116 (45.70% from 255 or 40.42% from 287); Blue value is 38 (15.23% from 255 or 13.24% from 287); Max value from RGB is 133 - color contains mainly: red. Hex color #857426 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857426 is #7A8BD9. Grayscale: #707070. Windows color (decimal): -8031194 or 2520197. OLE color: 2520197.

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

Color convert

RGB13311638-
CMYK00.130.710.48
HSL49.26º55.56%33.53%-
HSV(B)49.26º71.43%52.16%-
XYZ16.2717.624.38-
YUV112.1986.13142.84-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.34%
GREEN value IS 116 (45.70% from 255) = 40.42%
BLUE value IS 38 (15.23% from 255) = 13.24%
R=46.34%
G=40.42%
B=13.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.71
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331163800.130.710.4849.2655.5633.53
Hex8574260D4730313822
Octal2051644601510760617042
Binary100001011110100100110011011000111110000110001111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857426; }

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

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

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

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

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

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

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

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