#85751E

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

Shades of Yukon Gold #85751E

Tints of Yukon Gold #85751E

Color information

#85751E (or 0x85751E) is unknown color: approx Yukon Gold. HEX triplet: 85, 75 and 1E. RGB value is (133,117,30). Sum of RGB (Red+Green+Blue) = 133+117+30=280 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.5% from 280); Green value is 117 (46.09% from 255 or 41.79% from 280); Blue value is 30 (12.11% from 255 or 10.71% from 280); Max value from RGB is 133 - color contains mainly: red. Hex color #85751E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85751E is #7A8AE1. Grayscale: #707070. Windows color (decimal): -8030946 or 1996165. OLE color: 1996165.

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

Color convert

RGB13311730-
CMYK00.120.770.48
HSL50.68º63.19%31.96%-
HSV(B)50.68º77.44%52.16%-
XYZ16.2717.83.81-
YUV111.8781.8143.07-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.5%
GREEN value IS 117 (46.09% from 255) = 41.79%
BLUE value IS 30 (12.11% from 255) = 10.71%
R=47.5%
G=41.79%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331173000.120.770.4850.6863.1931.96
Hex85751E0C4D30333f20
Octal2051653601411560637740
Binary10000101111010111110011001001101110000110011111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85751E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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