#857410

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

Shades of Yukon Gold #857410

Tints of Yukon Gold #857410

Color information

#857410 (or 0x857410) is unknown color: approx Yukon Gold. HEX triplet: 85, 74 and 10. RGB value is (133,116,16). Sum of RGB (Red+Green+Blue) = 133+116+16=265 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50.19% from 265); Green value is 116 (45.70% from 255 or 43.77% from 265); Blue value is 16 (6.64% from 255 or 6.04% from 265); Max value from RGB is 133 - color contains mainly: red. Hex color #857410 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857410 is #7A8BEF. Grayscale: #6E6E6E. Windows color (decimal): -8031216 or 1078405. OLE color: 1078405.

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

Color convert

RGB13311616-
CMYK00.130.880.48
HSL51.28º78.52%29.22%-
HSV(B)51.28º87.97%52.16%-
XYZ16.0117.513.03-
YUV109.6875.13144.63-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.19%
GREEN value IS 116 (45.70% from 255) = 43.77%
BLUE value IS 16 (6.64% from 255) = 6.04%
R=50.19%
G=43.77%
B=6.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.88
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331161600.130.880.4851.2878.5229.22
Hex8574100D5830334f1d
Octal20516420015130606311735
Binary10000101111010010000011011011000110000110011100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857410; }

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

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

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

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

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

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

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

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