#85731B

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

Shades of Yukon Gold #85731B

Tints of Yukon Gold #85731B

Color information

#85731B (or 0x85731B) is unknown color: approx Yukon Gold. HEX triplet: 85, 73 and 1B. RGB value is (133,115,27). Sum of RGB (Red+Green+Blue) = 133+115+27=275 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.36% from 275); Green value is 115 (45.31% from 255 or 41.82% from 275); Blue value is 27 (10.94% from 255 or 9.82% from 275); Max value from RGB is 133 - color contains mainly: red. Hex color #85731B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85731B is #7A8CE4. Grayscale: #6E6E6E. Windows color (decimal): -8031461 or 1799045. OLE color: 1799045.

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

Color convert

RGB13311527-
CMYK00.140.800.48
HSL49.81º66.25%31.37%-
HSV(B)49.81º79.7%52.16%-
XYZ1617.333.54-
YUV110.3580.96144.16-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.36%
GREEN value IS 115 (45.31% from 255) = 41.82%
BLUE value IS 27 (10.94% from 255) = 9.82%
R=48.36%
G=41.82%
B=9.82%

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
Decimal1331152700.140.800.4849.8166.2531.37
Hex85731B0E503032421f
Octal20516333016120606210237
Binary10000101111001111011011101010000110000110010100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85731B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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