#857510

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

Shades of Yukon Gold #857510

Tints of Yukon Gold #857510

Color information

#857510 (or 0x857510) is unknown color: approx Yukon Gold. HEX triplet: 85, 75 and 10. RGB value is (133,117,16). Sum of RGB (Red+Green+Blue) = 133+117+16=266 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50% from 266); Green value is 117 (46.09% from 255 or 43.98% from 266); Blue value is 16 (6.64% from 255 or 6.02% from 266); Max value from RGB is 133 - color contains mainly: red. Hex color #857510 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857510 is #7A8AEF. Grayscale: #6E6E6E. Windows color (decimal): -8030960 or 1078661. OLE color: 1078661.

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

Color convert

RGB13311716-
CMYK00.120.880.48
HSL51.79º78.52%29.22%-
HSV(B)51.79º87.97%52.16%-
XYZ16.1317.753.07-
YUV110.2774.8144.21-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50%
GREEN value IS 117 (46.09% from 255) = 43.98%
BLUE value IS 16 (6.64% from 255) = 6.02%
R=50%
G=43.98%
B=6.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.88
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331171600.120.880.4851.7978.5229.22
Hex8575100C5830344f1d
Octal20516520014130606411735
Binary10000101111010110000011001011000110000110100100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857510; }

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

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

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

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

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

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

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

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