#857518

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

Shades of Yukon Gold #857518

Tints of Yukon Gold #857518

Color information

#857518 (or 0x857518) is unknown color: approx Yukon Gold. HEX triplet: 85, 75 and 18. RGB value is (133,117,24). Sum of RGB (Red+Green+Blue) = 133+117+24=274 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.54% from 274); Green value is 117 (46.09% from 255 or 42.70% from 274); Blue value is 24 (9.77% from 255 or 8.76% from 274); Max value from RGB is 133 - color contains mainly: red. Hex color #857518 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857518 is #7A8AE7. Grayscale: #6F6F6F. Windows color (decimal): -8030952 or 1602949. OLE color: 1602949.

HSL color Cylindrical-coordinate representation of color #857518: hue angle of 51.19º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #857518 is Cyan = 0, Magento = 0.12, Yellow = 0.82 and Black (K on CMYK) = 0.48.

Color convert

RGB13311724-
CMYK00.120.820.48
HSL51.19º69.43%30.78%-
HSV(B)51.19º81.95%52.16%-
XYZ16.217.783.44-
YUV111.1878.8143.56-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.54%
GREEN value IS 117 (46.09% from 255) = 42.70%
BLUE value IS 24 (9.77% from 255) = 8.76%
R=48.54%
G=42.70%
B=8.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.82
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331172400.120.820.4851.1969.4330.78
Hex8575180C523033451f
Octal20516530014122606310537
Binary10000101111010111000011001010010110000110011100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857518; }

 p { color: rgb(133,117,24); }

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

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

 a { background-color: rgb(133,117,24); }

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

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

 span { border-color: rgb(133,117,24); }

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