#857512

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

Shades of Yukon Gold #857512

Tints of Yukon Gold #857512

Color information

#857512 (or 0x857512) is unknown color: approx Yukon Gold. HEX triplet: 85, 75 and 12. RGB value is (133,117,18). Sum of RGB (Red+Green+Blue) = 133+117+18=268 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.63% from 268); Green value is 117 (46.09% from 255 or 43.66% from 268); Blue value is 18 (7.42% from 255 or 6.72% from 268); Max value from RGB is 133 - color contains mainly: red. Hex color #857512 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857512 is #7A8AED. Grayscale: #6E6E6E. Windows color (decimal): -8030958 or 1209733. OLE color: 1209733.

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

Color convert

RGB13311718-
CMYK00.120.860.48
HSL51.65º76.16%29.61%-
HSV(B)51.65º86.47%52.16%-
XYZ16.1417.753.15-
YUV110.575.8144.05-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.63%
GREEN value IS 117 (46.09% from 255) = 43.66%
BLUE value IS 18 (7.42% from 255) = 6.72%
R=49.63%
G=43.66%
B=6.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331171800.120.860.4851.6576.1629.61
Hex8575120C5630344c1e
Octal20516522014126606411436
Binary10000101111010110010011001010110110000110100100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857512; }

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

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

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

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

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

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

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

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