#85711f

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

Shades of Yukon Gold #85711F

Tints of Yukon Gold #85711F

Color information

#85711F (or 0x85711F) is unknown color: approx Yukon Gold. HEX triplet: 85, 71 and 1F. RGB value is (133,113,31). Sum of RGB (Red+Green+Blue) = 133+113+31=277 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.01% from 277); Green value is 113 (44.53% from 255 or 40.79% from 277); Blue value is 31 (12.5% from 255 or 11.19% from 277); Max value from RGB is 133 - color contains mainly: red. Hex color #85711F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85711F is #7A8EE0. Grayscale: #6D6D6D. Windows color (decimal): -8031969 or 2060677. OLE color: 2060677.

HSL color Cylindrical-coordinate representation of color #85711F: hue angle of 48.24º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #85711F is Cyan = 0, Magento = 0.15, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB13311331-
CMYK00.150.770.48
HSL48.24º62.2%32.16%-
HSV(B)48.24º76.69%52.16%-
XYZ15.8316.93.72-
YUV109.6383.63144.67-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.01%
GREEN value IS 113 (44.53% from 255) = 40.79%
BLUE value IS 31 (12.5% from 255) = 11.19%
R=48.01%
G=40.79%
B=11.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331133100.150.770.4848.2462.232.16
Hex85711F0F4D30303e20
Octal2051613701711560607640
Binary10000101111000111111011111001101110000110000111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85711f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85711f; }

 p { color: rgb(133,113,31); }

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

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

 a { background-color: rgb(133,113,31); }

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

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

 span { border-color: rgb(133,113,31); }

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