Html Css Color HEX #828041 Highball

📋 copy color: '#828041'

red 130 ◦ green 128 ◦ blue 65

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

Shades of Highball #828041

Tints of Highball #828041

RGB

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

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

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

R = 40.25%
G = 39.63%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#828041 (or 0x828041) is known color: Highball. HEX triplet: 82, 80 and 41. RGB value is (130,128,65). Sum of RGB (Red+Green+Blue) = 130+128+65=323 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.25% from 323); Green value is 128 (50.39% from 255 or 39.63% from 323); Blue value is 65 (25.78% from 255 or 20.12% from 323); Max value from RGB is 130 - color contains mainly: red. Hex color #828041 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828041 is #7D7FBE. Grayscale: #797979. Windows color (decimal): -8224703 or 4292738. OLE color: 4292738.

HSL color Cylindrical-coordinate representation of color #828041: hue angle of 58.15º degrees, saturation: 0.33, 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 #828041 is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 128 65 -
CMYK 0 0.02 0.50 0.49
HSL 58.15º 0.33% 0.38% -
HSV(B) 58.15º 0.5% 0.51% -
XYZ 17.88 20.57 8.03 -
YUV 121.42 96.16 134.12 -
System Red Green Blue C M Y K H S L
Decimal 130 128 65 0 0.02 0.50 0.49 58.15 0.33 0.38
Hex 82 80 41 0 2 32 31 3A 21 26
Octal 202 200 101 0 2 62 61 72 41 46
Binary 10000010 10000000 1000001 0 10 110010 110001 111010 100001 100110

Color Harmonies of #828041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828041

Black with #828041

Text Example


Text Example

White with #828041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828041; }

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

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

background-color css

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

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

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

border-color css

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

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

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