Html Css Color HEX #828039 Highball

📋 copy color: '#828039'

red 130 ◦ green 128 ◦ blue 57

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

Shades of Highball #828039

Tints of Highball #828039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 18.1%

R = 41.27%
G = 40.63%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#828039 (or 0x828039) is known color: Highball. HEX triplet: 82, 80 and 39. RGB value is (130,128,57). Sum of RGB (Red+Green+Blue) = 130+128+57=315 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.27% from 315); Green value is 128 (50.39% from 255 or 40.63% from 315); Blue value is 57 (22.66% from 255 or 18.10% from 315); Max value from RGB is 130 - color contains mainly: red. Hex color #828039 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828039 is #7D7FC6. Grayscale: #787878. Windows color (decimal): -8224711 or 3768450. OLE color: 3768450.

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

Color convert

RGB 130 128 57 -
CMYK 0 0.02 0.56 0.49
HSL 58.36º 0.39% 0.37% -
HSV(B) 58.36º 0.56% 0.51% -
XYZ 17.66 20.48 6.89 -
YUV 120.5 92.16 134.77 -
System Red Green Blue C M Y K H S L
Decimal 130 128 57 0 0.02 0.56 0.49 58.36 0.39 0.37
Hex 82 80 39 0 2 38 31 3A 27 25
Octal 202 200 71 0 2 70 61 72 47 45
Binary 10000010 10000000 111001 0 10 111000 110001 111010 100111 100101

Color Harmonies of #828039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828039

Black with #828039

Text Example


Text Example

White with #828039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828039; }

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

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

background-color css

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

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

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

border-color css

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

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

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