Html Css Color HEX #828042 Highball

📋 copy color: '#828042'

red 130 ◦ green 128 ◦ blue 66

#828042
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Highball #828042

Tints of Highball #828042

RGB

 RED value IS 130 (51.17% from 255) = 40.12%

 GREEN value IS 128 (50.39% from 255) = 39.51%

 BLUE value IS 66 (26.17% from 255) = 20.37%

R = 40.12%
G = 39.51%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.49

 K value IS 0.49

RGB Variations

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

Color information

#828042 (or 0x828042) is known color: Highball. HEX triplet: 82, 80 and 42. RGB value is (130,128,66). Sum of RGB (Red+Green+Blue) = 130+128+66=324 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.12% from 324); Green value is 128 (50.39% from 255 or 39.51% from 324); Blue value is 66 (26.17% from 255 or 20.37% from 324); Max value from RGB is 130 - color contains mainly: red. Hex color #828042 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828042 is #7D7FBD. Grayscale: #797979. Windows color (decimal): -8224702 or 4358274. OLE color: 4358274.

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

Color convert

RGB 130 128 66 -
CMYK 0 0.02 0.49 0.49
HSL 58.13º 0.33% 0.38% -
HSV(B) 58.13º 0.49% 0.51% -
XYZ 17.91 20.58 8.18 -
YUV 121.53 96.66 134.04 -
System Red Green Blue C M Y K H S L
Decimal 130 128 66 0 0.02 0.49 0.49 58.13 0.33 0.38
Hex 82 80 42 0 2 31 31 3A 21 26
Octal 202 200 102 0 2 61 61 72 41 46
Binary 10000010 10000000 1000010 0 10 110001 110001 111010 100001 100110

Color Harmonies of #828042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828042

Black with #828042

Text Example


Text Example

White with #828042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828042; }

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

 H1.HeaderClassName
 {
   color: #828042;
 }
 .AnyTagClassName
 {
   color: #828042;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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