#85813A

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

Shades of Highball #85813A

Tints of Highball #85813A

Color information

#85813A (or 0x85813A) is unknown color: approx Highball. HEX triplet: 85, 81 and 3A. RGB value is (133,129,58). Sum of RGB (Red+Green+Blue) = 133+129+58=320 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.56% from 320); Green value is 129 (50.78% from 255 or 40.31% from 320); Blue value is 58 (23.05% from 255 or 18.12% from 320); Max value from RGB is 133 - color contains mainly: red. Hex color #85813A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85813A is #7A7EC5. Grayscale: #7A7A7A. Windows color (decimal): -8027846 or 3834245. OLE color: 3834245.

HSL color Cylindrical-coordinate representation of color #85813A: hue angle of 56.8º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #85813A is Cyan = 0, Magento = 0.03, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB13312958-
CMYK00.030.560.48
HSL56.8º39.27%37.45%-
HSV(B)56.8º56.39%52.16%-
XYZ18.2920.997.09-
YUV122.191.83135.77-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.56%
GREEN value IS 129 (50.78% from 255) = 40.31%
BLUE value IS 58 (23.05% from 255) = 18.12%
R=41.56%
G=40.31%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331295800.030.560.4856.839.2737.45
Hex85813A033830392725
Octal20520172037060714745
Binary1000010110000001111010011111000110000111001100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85813A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85813A; }

 p { color: rgb(133,129,58); }

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

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

 a { background-color: rgb(133,129,58); }

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

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

 span { border-color: rgb(133,129,58); }

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