#82823D

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

Shades of Highball #82823D

Tints of Highball #82823D

Color information

#82823D (or 0x82823D) is unknown color: approx Highball. HEX triplet: 82, 82 and 3D. RGB value is (130,130,61). Sum of RGB (Red+Green+Blue) = 130+130+61=321 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.50% from 321); Green value is 130 (51.17% from 255 or 40.50% from 321); Blue value is 61 (24.22% from 255 or 19.00% from 321); Max value from RGB is 130 - color contains mainly: red, green. Hex color #82823D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82823D is #7D7DC2. Grayscale: #7A7A7A. Windows color (decimal): -8224195 or 4031106. OLE color: 4031106.

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

Color convert

RGB13013061-
CMYK000.530.49
HSL60º36.13%37.45%-
HSV(B)60º53.08%50.98%-
XYZ18.0321.057.53-
YUV122.1393.5133.61-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.50%
GREEN value IS 130 (51.17% from 255) = 40.50%
BLUE value IS 61 (24.22% from 255) = 19.00%
R=40.50%
G=40.50%
B=19.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13013061000.530.496036.1337.45
Hex82823D0035313c2425
Octal20220275006561744445
Binary100000101000001011110100110101110001111100100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82823D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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