Html Css Color HEX #828141 Highball

📋 copy color: '#828141'

red 130 ◦ green 129 ◦ blue 65

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

Shades of Highball #828141

Tints of Highball #828141

RGB

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

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

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

R = 40.12%
G = 39.81%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#828141 (or 0x828141) is known color: Highball. HEX triplet: 82, 81 and 41. RGB value is (130,129,65). Sum of RGB (Red+Green+Blue) = 130+129+65=324 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.12% from 324); Green value is 129 (50.78% from 255 or 39.81% from 324); Blue value is 65 (25.78% from 255 or 20.06% from 324); Max value from RGB is 130 - color contains mainly: red. Hex color #828141 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828141 is #7D7EBE. Grayscale: #7A7A7A. Windows color (decimal): -8224447 or 4292994. OLE color: 4292994.

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

Color convert

RGB 130 129 65 -
CMYK 0 0.01 0.50 0.49
HSL 59.08º 0.33% 0.38% -
HSV(B) 59.08º 0.5% 0.51% -
XYZ 18.01 20.83 8.07 -
YUV 122 95.83 133.7 -
System Red Green Blue C M Y K H S L
Decimal 130 129 65 0 0.01 0.50 0.49 59.08 0.33 0.38
Hex 82 81 41 0 1 32 31 3B 21 26
Octal 202 201 101 0 1 62 61 73 41 46
Binary 10000010 10000001 1000001 0 1 110010 110001 111011 100001 100110

Color Harmonies of #828141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828141

Black with #828141

Text Example


Text Example

White with #828141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828141; }

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

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

background-color css

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

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

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

border-color css

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

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

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