#85721B

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

Shades of Yukon Gold #85721B

Tints of Yukon Gold #85721B

Color information

#85721B (or 0x85721B) is unknown color: approx Yukon Gold. HEX triplet: 85, 72 and 1B. RGB value is (133,114,27). Sum of RGB (Red+Green+Blue) = 133+114+27=274 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.54% from 274); Green value is 114 (44.92% from 255 or 41.61% from 274); Blue value is 27 (10.94% from 255 or 9.85% from 274); Max value from RGB is 133 - color contains mainly: red. Hex color #85721B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85721B is #7A8DE4. Grayscale: #6E6E6E. Windows color (decimal): -8031717 or 1798789. OLE color: 1798789.

HSL color Cylindrical-coordinate representation of color #85721B: hue angle of 49.25º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #85721B is Cyan = 0, Magento = 0.14, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB13311427-
CMYK00.140.800.48
HSL49.25º66.25%31.37%-
HSV(B)49.25º79.7%52.16%-
XYZ15.8917.13.5-
YUV109.7681.29144.57-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.54%
GREEN value IS 114 (44.92% from 255) = 41.61%
BLUE value IS 27 (10.94% from 255) = 9.85%
R=48.54%
G=41.61%
B=9.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.80
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331142700.140.800.4849.2566.2531.37
Hex85721B0E503031421f
Octal20516233016120606110237
Binary10000101111001011011011101010000110000110001100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85721B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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