#828348

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

Shades of Highball #828348

Tints of Highball #828348

Color information

#828348 (or 0x828348) is unknown color: approx Highball. HEX triplet: 82, 83 and 48. RGB value is (130,131,72). Sum of RGB (Red+Green+Blue) = 130+131+72=333 (44% of max value = 765). Red value is 130 (51.17% from 255 or 39.04% from 333); Green value is 131 (51.56% from 255 or 39.34% from 333); Blue value is 72 (28.52% from 255 or 21.62% from 333); Max value from RGB is 131 - color contains mainly: green. Hex color #828348 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828348 is #7D7CB7. Grayscale: #7C7C7C. Windows color (decimal): -8223928 or 4752258. OLE color: 4752258.

HSL color Cylindrical-coordinate representation of color #828348: hue angle of 61.02º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #828348 is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB13013172-
CMYK0.0100.450.49
HSL61.02º29.06%39.8%-
HSV(B)61.02º45.04%51.37%-
XYZ18.4921.459.3-
YUV123.9898.67132.3-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.04%
GREEN value IS 131 (51.56% from 255) = 39.34%
BLUE value IS 72 (28.52% from 255) = 21.62%
R=39.04%
G=39.34%
B=21.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130131720.0100.450.4961.0229.0639.8
Hex828348102D313d1d28
Octal202203110105561753550
Binary100000101000001110010001010110111000111110111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828348; }

 p { color: rgb(130,131,72); }

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

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

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

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

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

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

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