#85721E

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

Shades of Yukon Gold #85721E

Tints of Yukon Gold #85721E

Color information

#85721E (or 0x85721E) is unknown color: approx Yukon Gold. HEX triplet: 85, 72 and 1E. RGB value is (133,114,30). Sum of RGB (Red+Green+Blue) = 133+114+30=277 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.01% from 277); Green value is 114 (44.92% from 255 or 41.16% from 277); Blue value is 30 (12.11% from 255 or 10.83% from 277); Max value from RGB is 133 - color contains mainly: red. Hex color #85721E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85721E is #7A8DE1. Grayscale: #6E6E6E. Windows color (decimal): -8031714 or 1995397. OLE color: 1995397.

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

Color convert

RGB13311430-
CMYK00.140.770.48
HSL48.93º63.19%31.96%-
HSV(B)48.93º77.44%52.16%-
XYZ15.9217.113.69-
YUV110.182.79144.33-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.01%
GREEN value IS 114 (44.92% from 255) = 41.16%
BLUE value IS 30 (12.11% from 255) = 10.83%
R=48.01%
G=41.16%
B=10.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331143000.140.770.4848.9363.1931.96
Hex85721E0E4D30313f20
Octal2051623601611560617740
Binary10000101111001011110011101001101110000110001111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85721E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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