#857618

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

Shades of Yukon Gold #857618

Tints of Yukon Gold #857618

Color information

#857618 (or 0x857618) is unknown color: approx Yukon Gold. HEX triplet: 85, 76 and 18. RGB value is (133,118,24). Sum of RGB (Red+Green+Blue) = 133+118+24=275 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.36% from 275); Green value is 118 (46.48% from 255 or 42.91% from 275); Blue value is 24 (9.77% from 255 or 8.73% from 275); Max value from RGB is 133 - color contains mainly: red. Hex color #857618 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857618 is #7A89E7. Grayscale: #707070. Windows color (decimal): -8030696 or 1603205. OLE color: 1603205.

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

Color convert

RGB13311824-
CMYK00.110.820.48
HSL51.74º69.43%30.78%-
HSV(B)51.74º81.95%52.16%-
XYZ16.3218.013.48-
YUV111.7778.47143.14-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.36%
GREEN value IS 118 (46.48% from 255) = 42.91%
BLUE value IS 24 (9.77% from 255) = 8.73%
R=48.36%
G=42.91%
B=8.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.82
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331182400.110.820.4851.7469.4330.78
Hex8576180B523034451f
Octal20516630013122606410537
Binary10000101111011011000010111010010110000110100100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857618; }

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

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

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

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

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

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

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

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