#82813F

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

Shades of Highball #82813F

Tints of Highball #82813F

Color information

#82813F (or 0x82813F) is unknown color: approx Highball. HEX triplet: 82, 81 and 3F. RGB value is (130,129,63). Sum of RGB (Red+Green+Blue) = 130+129+63=322 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.37% from 322); Green value is 129 (50.78% from 255 or 40.06% from 322); Blue value is 63 (25% from 255 or 19.57% from 322); Max value from RGB is 130 - color contains mainly: red. Hex color #82813F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82813F is #7D7EC0. Grayscale: #7A7A7A. Windows color (decimal): -8224449 or 4161922. OLE color: 4161922.

HSL color Cylindrical-coordinate representation of color #82813F: hue angle of 59.1º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #82813F is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB13012963-
CMYK00.010.520.49
HSL59.1º34.72%37.84%-
HSV(B)59.1º51.54%50.98%-
XYZ17.9520.817.77-
YUV121.7894.83133.87-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.37%
GREEN value IS 129 (50.78% from 255) = 40.06%
BLUE value IS 63 (25% from 255) = 19.57%
R=40.37%
G=40.06%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301296300.010.520.4959.134.7237.84
Hex82813F0134313b2326
Octal20220177016461734346
Binary100000101000000111111101110100110001111011100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82813F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82813F; }

 p { color: rgb(130,129,63); }

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

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

 a { background-color: rgb(130,129,63); }

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

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

 span { border-color: rgb(130,129,63); }

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