#828038

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

Shades of Highball #828038

Tints of Highball #828038

Color information

#828038 (or 0x828038) is unknown color: approx Highball. HEX triplet: 82, 80 and 38. RGB value is (130,128,56). Sum of RGB (Red+Green+Blue) = 130+128+56=314 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.40% from 314); Green value is 128 (50.39% from 255 or 40.76% from 314); Blue value is 56 (22.27% from 255 or 17.83% from 314); Max value from RGB is 130 - color contains mainly: red. Hex color #828038 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828038 is #7D7FC7. Grayscale: #787878. Windows color (decimal): -8224712 or 3702914. OLE color: 3702914.

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

Color convert

RGB13012856-
CMYK00.020.570.49
HSL58.38º39.78%36.47%-
HSV(B)58.38º56.92%50.98%-
XYZ17.6420.476.76-
YUV120.3991.66134.85-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.40%
GREEN value IS 128 (50.39% from 255) = 40.76%
BLUE value IS 56 (22.27% from 255) = 17.83%
R=41.40%
G=40.76%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301285600.020.570.4958.3839.7836.47
Hex8280380239313a2824
Octal20220070027161725044
Binary1000001010000000111000010111001110001111010101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828038; }

 p { color: rgb(130,128,56); }

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

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

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

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

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

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

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