#85761D

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

Shades of Yukon Gold #85761D

Tints of Yukon Gold #85761D

Color information

#85761D (or 0x85761D) is unknown color: approx Yukon Gold. HEX triplet: 85, 76 and 1D. RGB value is (133,118,29). Sum of RGB (Red+Green+Blue) = 133+118+29=280 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.5% from 280); Green value is 118 (46.48% from 255 or 42.14% from 280); Blue value is 29 (11.72% from 255 or 10.36% from 280); Max value from RGB is 133 - color contains mainly: red. Hex color #85761D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85761D is #7A89E2. Grayscale: #707070. Windows color (decimal): -8030691 or 1930885. OLE color: 1930885.

HSL color Cylindrical-coordinate representation of color #85761D: hue angle of 51.35º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #85761D is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.48.

Color convert

RGB13311829-
CMYK00.110.780.48
HSL51.35º64.2%31.76%-
HSV(B)51.35º78.2%52.16%-
XYZ16.3718.033.78-
YUV112.3480.97142.74-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.5%
GREEN value IS 118 (46.48% from 255) = 42.14%
BLUE value IS 29 (11.72% from 255) = 10.36%
R=47.5%
G=42.14%
B=10.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.78
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331182900.110.780.4851.3564.231.76
Hex85761D0B4E30334020
Octal20516635013116606310040
Binary100001011110110111010101110011101100001100111000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85761D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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