#82823B

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

Shades of Highball #82823B

Tints of Highball #82823B

Color information

#82823B (or 0x82823B) is unknown color: approx Highball. HEX triplet: 82, 82 and 3B. RGB value is (130,130,59). Sum of RGB (Red+Green+Blue) = 130+130+59=319 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.75% from 319); Green value is 130 (51.17% from 255 or 40.75% from 319); Blue value is 59 (23.44% from 255 or 18.50% from 319); Max value from RGB is 130 - color contains mainly: red, green. Hex color #82823B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82823B is #7D7DC4. Grayscale: #7A7A7A. Windows color (decimal): -8224197 or 3900034. OLE color: 3900034.

HSL color Cylindrical-coordinate representation of color #82823B: hue angle of 60º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #82823B is Cyan = 0, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB13013059-
CMYK000.550.49
HSL60º37.57%37.06%-
HSV(B)60º54.62%50.98%-
XYZ17.9821.037.25-
YUV121.9192.5133.77-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.75%
GREEN value IS 130 (51.17% from 255) = 40.75%
BLUE value IS 59 (23.44% from 255) = 18.50%
R=40.75%
G=40.75%
B=18.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13013059000.550.496037.5737.06
Hex82823B0037313c2625
Octal20220273006761744645
Binary100000101000001011101100110111110001111100100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82823B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82823B; }

 p { color: rgb(130,130,59); }

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

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

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

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

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

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

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