#856312

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

Shades of Yukon Gold #856312

Tints of Yukon Gold #856312

Color information

#856312 (or 0x856312) is unknown color: approx Yukon Gold. HEX triplet: 85, 63 and 12. RGB value is (133,99,18). Sum of RGB (Red+Green+Blue) = 133+99+18=250 (33% of max value = 765). Red value is 133 (52.34% from 255 or 53.2% from 250); Green value is 99 (39.06% from 255 or 39.6% from 250); Blue value is 18 (7.42% from 255 or 7.2% from 250); Max value from RGB is 133 - color contains mainly: red. Hex color #856312 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856312 is #7A9CED. Grayscale: #646464. Windows color (decimal): -8035566 or 1205125. OLE color: 1205125.

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

Color convert

RGB1339918-
CMYK00.260.860.48
HSL42.26º76.16%29.61%-
HSV(B)42.26º86.47%52.16%-
XYZ14.2413.952.51-
YUV99.9381.76151.59-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 53.2%
GREEN value IS 99 (39.06% from 255) = 39.6%
BLUE value IS 18 (7.42% from 255) = 7.2%
R=53.2%
G=39.6%
B=7.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133991800.260.860.4842.2676.1629.61
Hex85631201A56302a4c1e
Octal20514322032126605211436
Binary100001011100011100100110101010110110000101010100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856312; }

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

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

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

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

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

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

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

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