Html Css Color HEX #828341 Highball

📋 copy color: '#828341'

red 130 ◦ green 131 ◦ blue 65

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

Shades of Highball #828341

Tints of Highball #828341

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.18%

 BLUE value IS 65 (25.78% from 255) = 19.94%

R = 39.88%
G = 40.18%
B = 19.94%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#828341 (or 0x828341) is known color: Highball. HEX triplet: 82, 83 and 41. RGB value is (130,131,65). Sum of RGB (Red+Green+Blue) = 130+131+65=326 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.88% from 326); Green value is 131 (51.56% from 255 or 40.18% from 326); Blue value is 65 (25.78% from 255 or 19.94% from 326); Max value from RGB is 131 - color contains mainly: green. Hex color #828341 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828341 is #7D7CBE. Grayscale: #7B7B7B. Windows color (decimal): -8223935 or 4293506. OLE color: 4293506.

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

Color convert

RGB 130 131 65 -
CMYK 0.01 0 0.50 0.49
HSL 60.91º 0.34% 0.38% -
HSV(B) 60.91º 0.5% 0.51% -
XYZ 18.28 21.36 8.16 -
YUV 123.18 95.17 132.87 -
System Red Green Blue C M Y K H S L
Decimal 130 131 65 0.01 0 0.50 0.49 60.91 0.34 0.38
Hex 82 83 41 1 0 32 31 3D 22 26
Octal 202 203 101 1 0 62 61 75 42 46
Binary 10000010 10000011 1000001 1 0 110010 110001 111101 100010 100110

Color Harmonies of #828341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828341

Black with #828341

Text Example


Text Example

White with #828341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828341; }

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

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

background-color css

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

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

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

border-color css

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

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

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