Html Css Color HEX #828139 Highball

📋 copy color: '#828139'

red 130 ◦ green 129 ◦ blue 57

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

Shades of Highball #828139

Tints of Highball #828139

RGB

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

 GREEN value IS 129 (50.78% from 255) = 40.82%

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

R = 41.14%
G = 40.82%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#828139 (or 0x828139) is known color: Highball. HEX triplet: 82, 81 and 39. RGB value is (130,129,57). Sum of RGB (Red+Green+Blue) = 130+129+57=316 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.14% from 316); Green value is 129 (50.78% from 255 or 40.82% from 316); Blue value is 57 (22.66% from 255 or 18.04% from 316); Max value from RGB is 130 - color contains mainly: red. Hex color #828139 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828139 is #7D7EC6. Grayscale: #797979. Windows color (decimal): -8224455 or 3768706. OLE color: 3768706.

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

Color convert

RGB 130 129 57 -
CMYK 0 0.01 0.56 0.49
HSL 59.18º 0.39% 0.37% -
HSV(B) 59.18º 0.56% 0.51% -
XYZ 17.79 20.74 6.94 -
YUV 121.09 91.83 134.35 -
System Red Green Blue C M Y K H S L
Decimal 130 129 57 0 0.01 0.56 0.49 59.18 0.39 0.37
Hex 82 81 39 0 1 38 31 3B 27 25
Octal 202 201 71 0 1 70 61 73 47 45
Binary 10000010 10000001 111001 0 1 111000 110001 111011 100111 100101

Color Harmonies of #828139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828139

Black with #828139

Text Example


Text Example

White with #828139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828139; }

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

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

background-color css

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

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

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

border-color css

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

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

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