#857323

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

Shades of Yukon Gold #857323

Tints of Yukon Gold #857323

Color information

#857323 (or 0x857323) is unknown color: approx Yukon Gold. HEX triplet: 85, 73 and 23. RGB value is (133,115,35). Sum of RGB (Red+Green+Blue) = 133+115+35=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 115 (45.31% from 255 or 40.64% from 283); Blue value is 35 (14.06% from 255 or 12.37% from 283); Max value from RGB is 133 - color contains mainly: red. Hex color #857323 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857323 is #7A8CDC. Grayscale: #6F6F6F. Windows color (decimal): -8031453 or 2323333. OLE color: 2323333.

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

Color convert

RGB13311535-
CMYK00.140.740.48
HSL48.98º58.33%32.94%-
HSV(B)48.98º73.68%52.16%-
XYZ16.1117.374.09-
YUV111.2684.96143.5-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.00%
GREEN value IS 115 (45.31% from 255) = 40.64%
BLUE value IS 35 (14.06% from 255) = 12.37%
R=47.00%
G=40.64%
B=12.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.74
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331153500.140.740.4848.9858.3332.94
Hex8573230E4A30313a21
Octal2051634301611260617241
Binary100001011110011100011011101001010110000110001111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857323; }

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

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

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

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

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

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

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

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