#857918

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

Shades of Yukon Gold #857918

Tints of Yukon Gold #857918

Color information

#857918 (or 0x857918) is unknown color: approx Yukon Gold. HEX triplet: 85, 79 and 18. RGB value is (133,121,24). Sum of RGB (Red+Green+Blue) = 133+121+24=278 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.84% from 278); Green value is 121 (47.66% from 255 or 43.53% from 278); Blue value is 24 (9.77% from 255 or 8.63% from 278); Max value from RGB is 133 - color contains mainly: red. Hex color #857918 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857918 is #7A86E7. Grayscale: #717171. Windows color (decimal): -8029928 or 1603973. OLE color: 1603973.

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

Color convert

RGB13312124-
CMYK00.090.820.48
HSL53.39º69.43%30.78%-
HSV(B)53.39º81.95%52.16%-
XYZ16.6818.733.6-
YUV113.5377.48141.89-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.84%
GREEN value IS 121 (47.66% from 255) = 43.53%
BLUE value IS 24 (9.77% from 255) = 8.63%
R=47.84%
G=43.53%
B=8.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.82
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331212400.090.820.4853.3969.4330.78
Hex85791809523035451f
Octal20517130011122606510537
Binary10000101111100111000010011010010110000110101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857918; }

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

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

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

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

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

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

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

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