Html Css Color HEX #828145 Highball

📋 copy color: '#828145'

red 130 ◦ green 129 ◦ blue 69

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

Shades of Highball #828145

Tints of Highball #828145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 21.04%

R = 39.63%
G = 39.33%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#828145 (or 0x828145) is known color: Highball. HEX triplet: 82, 81 and 45. RGB value is (130,129,69). Sum of RGB (Red+Green+Blue) = 130+129+69=328 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.63% from 328); Green value is 129 (50.78% from 255 or 39.33% from 328); Blue value is 69 (27.34% from 255 or 21.04% from 328); Max value from RGB is 130 - color contains mainly: red. Hex color #828145 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828145 is #7D7EBA. Grayscale: #7A7A7A. Windows color (decimal): -8224443 or 4555138. OLE color: 4555138.

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

Color convert

RGB 130 129 69 -
CMYK 0 0.01 0.47 0.49
HSL 59.02º 0.31% 0.39% -
HSV(B) 59.02º 0.47% 0.51% -
XYZ 18.13 20.88 8.7 -
YUV 122.46 97.83 133.38 -
System Red Green Blue C M Y K H S L
Decimal 130 129 69 0 0.01 0.47 0.49 59.02 0.31 0.39
Hex 82 81 45 0 1 2F 31 3B 1F 27
Octal 202 201 105 0 1 57 61 73 37 47
Binary 10000010 10000001 1000101 0 1 101111 110001 111011 11111 100111

Color Harmonies of #828145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828145

Black with #828145

Text Example


Text Example

White with #828145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828145; }

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

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

background-color css

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

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

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

border-color css

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

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

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