#85701E

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

Shades of Yukon Gold #85701E

Tints of Yukon Gold #85701E

Color information

#85701E (or 0x85701E) is unknown color: approx Yukon Gold. HEX triplet: 85, 70 and 1E. RGB value is (133,112,30). Sum of RGB (Red+Green+Blue) = 133+112+30=275 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.36% from 275); Green value is 112 (44.14% from 255 or 40.73% from 275); Blue value is 30 (12.11% from 255 or 10.91% from 275); Max value from RGB is 133 - color contains mainly: red. Hex color #85701E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85701E is #7A8FE1. Grayscale: #6D6D6D. Windows color (decimal): -8032226 or 1994885. OLE color: 1994885.

HSL color Cylindrical-coordinate representation of color #85701E: hue angle of 47.77º degrees, saturation: 0.63, 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 #85701E is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB13311230-
CMYK00.160.770.48
HSL47.77º63.19%31.96%-
HSV(B)47.77º77.44%52.16%-
XYZ15.716.673.62-
YUV108.9383.46145.17-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.36%
GREEN value IS 112 (44.14% from 255) = 40.73%
BLUE value IS 30 (12.11% from 255) = 10.91%
R=48.36%
G=40.73%
B=10.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331123000.160.770.4847.7763.1931.96
Hex85701E0104D30303f20
Octal2051603602011560607740
Binary100001011110000111100100001001101110000110000111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85701E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85701E; }

 p { color: rgb(133,112,30); }

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

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

 a { background-color: rgb(133,112,30); }

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

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

 span { border-color: rgb(133,112,30); }

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