#857B3C

Color #857B3C Highball (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Highball #857B3C

Tints of Highball #857B3C

Color information

#857B3C (or 0x857B3C) is unknown color: approx Highball. HEX triplet: 85, 7B and 3C. RGB value is (133,123,60). Sum of RGB (Red+Green+Blue) = 133+123+60=316 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.09% from 316); Green value is 123 (48.44% from 255 or 38.92% from 316); Blue value is 60 (23.83% from 255 or 18.99% from 316); Max value from RGB is 133 - color contains mainly: red. Hex color #857B3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857B3C is #7A84C3. Grayscale: #777777. Windows color (decimal): -8029380 or 3963781. OLE color: 3963781.

HSL color Cylindrical-coordinate representation of color #857B3C: hue angle of 51.78º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #857B3C is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB13312360-
CMYK00.080.550.48
HSL51.78º37.82%37.84%-
HSV(B)51.78º54.89%52.16%-
XYZ17.5719.487.11-
YUV118.8194.81138.12-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.09%
GREEN value IS 123 (48.44% from 255) = 38.92%
BLUE value IS 60 (23.83% from 255) = 18.99%
R=42.09%
G=38.92%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331236000.080.550.4851.7837.8237.84
Hex857B3C083730342626
Octal205173740106760644646
Binary10000101111101111110001000110111110000110100100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857B3C; }

 p { color: rgb(133,123,60); }

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

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

 a { background-color: rgb(133,123,60); }

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

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

 span { border-color: rgb(133,123,60); }

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