#85823D

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

Shades of Highball #85823D

Tints of Highball #85823D

Color information

#85823D (or 0x85823D) is unknown color: approx Highball. HEX triplet: 85, 82 and 3D. RGB value is (133,130,61). Sum of RGB (Red+Green+Blue) = 133+130+61=324 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.05% from 324); Green value is 130 (51.17% from 255 or 40.12% from 324); Blue value is 61 (24.22% from 255 or 18.83% from 324); Max value from RGB is 133 - color contains mainly: red. Hex color #85823D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85823D is #7A7DC2. Grayscale: #7B7B7B. Windows color (decimal): -8027587 or 4031109. OLE color: 4031109.

HSL color Cylindrical-coordinate representation of color #85823D: hue angle of 57.5º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #85823D is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.48.

Color convert

RGB13313061-
CMYK00.020.540.48
HSL57.5º37.11%38.04%-
HSV(B)57.5º54.14%52.16%-
XYZ18.521.297.55-
YUV123.0392.99135.11-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.05%
GREEN value IS 130 (51.17% from 255) = 40.12%
BLUE value IS 61 (24.22% from 255) = 18.83%
R=41.05%
G=40.12%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.54
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331306100.020.540.4857.537.1138.04
Hex85823D0236303a2526
Octal20520275026660724546
Binary1000010110000010111101010110110110000111010100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85823D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85823D; }

 p { color: rgb(133,130,61); }

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

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

 a { background-color: rgb(133,130,61); }

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

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

 span { border-color: rgb(133,130,61); }

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