#857523

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

Shades of Yukon Gold #857523

Tints of Yukon Gold #857523

Color information

#857523 (or 0x857523) is unknown color: approx Yukon Gold. HEX triplet: 85, 75 and 23. RGB value is (133,117,35). Sum of RGB (Red+Green+Blue) = 133+117+35=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 117 (46.09% from 255 or 41.05% from 285); Blue value is 35 (14.06% from 255 or 12.28% from 285); Max value from RGB is 133 - color contains mainly: red. Hex color #857523 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857523 is #7A8ADC. Grayscale: #707070. Windows color (decimal): -8030941 or 2323845. OLE color: 2323845.

HSL color Cylindrical-coordinate representation of color #857523: hue angle of 50.2º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #857523 is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.48.

Color convert

RGB13311735-
CMYK00.120.740.48
HSL50.2º58.33%32.94%-
HSV(B)50.2º73.68%52.16%-
XYZ16.3417.834.17-
YUV112.4484.3142.67-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.67%
GREEN value IS 117 (46.09% from 255) = 41.05%
BLUE value IS 35 (14.06% from 255) = 12.28%
R=46.67%
G=41.05%
B=12.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.74
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331173500.120.740.4850.258.3332.94
Hex8575230C4A30323a21
Octal2051654301411260627241
Binary100001011110101100011011001001010110000110010111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857523; }

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

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

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

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

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

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

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

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