Html Css Color HEX #828242 Highball

📋 copy color: '#828242'

red 130 ◦ green 130 ◦ blue 66

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

Shades of Highball #828242

Tints of Highball #828242

RGB

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

 GREEN value IS 130 (51.17% from 255) = 39.88%

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

R = 39.88%
G = 39.88%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.49

 K value IS 0.49

RGB Variations

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

Color information

#828242 (or 0x828242) is known color: Highball. HEX triplet: 82, 82 and 42. RGB value is (130,130,66). Sum of RGB (Red+Green+Blue) = 130+130+66=326 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.88% from 326); Green value is 130 (51.17% from 255 or 39.88% from 326); Blue value is 66 (26.17% from 255 or 20.25% from 326); Max value from RGB is 130 - color contains mainly: red, green. Hex color #828242 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828242 is #7D7DBD. Grayscale: #7A7A7A. Windows color (decimal): -8224190 or 4358786. OLE color: 4358786.

HSL color Cylindrical-coordinate representation of color #828242: hue angle of 60º 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 #828242 is Cyan = 0, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 130 66 -
CMYK 0 0 0.49 0.49
HSL 60º 0.33% 0.38% -
HSV(B) 60º 0.49% 0.51% -
XYZ 18.17 21.1 8.27 -
YUV 122.7 96 133.2 -
System Red Green Blue C M Y K H S L
Decimal 130 130 66 0 0 0.49 0.49 60 0.33 0.38
Hex 82 82 42 0 0 31 31 3C 21 26
Octal 202 202 102 0 0 61 61 74 41 46
Binary 10000010 10000010 1000010 0 0 110001 110001 111100 100001 100110

Color Harmonies of #828242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828242

Black with #828242

Text Example


Text Example

White with #828242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828242; }

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

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

background-color css

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

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

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

border-color css

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

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

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