#85761E

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

Shades of Yukon Gold #85761E

Tints of Yukon Gold #85761E

Color information

#85761E (or 0x85761E) is unknown color: approx Yukon Gold. HEX triplet: 85, 76 and 1E. RGB value is (133,118,30). Sum of RGB (Red+Green+Blue) = 133+118+30=281 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.33% from 281); Green value is 118 (46.48% from 255 or 41.99% from 281); Blue value is 30 (12.11% from 255 or 10.68% from 281); Max value from RGB is 133 - color contains mainly: red. Hex color #85761E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85761E is #7A89E1. Grayscale: #707070. Windows color (decimal): -8030690 or 1996421. OLE color: 1996421.

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

Color convert

RGB13311830-
CMYK00.110.770.48
HSL51.26º63.19%31.96%-
HSV(B)51.26º77.44%52.16%-
XYZ16.3918.043.85-
YUV112.4581.47142.66-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.33%
GREEN value IS 118 (46.48% from 255) = 41.99%
BLUE value IS 30 (12.11% from 255) = 10.68%
R=47.33%
G=41.99%
B=10.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331183000.110.770.4851.2663.1931.96
Hex85761E0B4D30333f20
Octal2051663601311560637740
Binary10000101111011011110010111001101110000110011111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85761E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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