Html Css Color HEX #828138 Highball

📋 copy color: '#828138'

red 130 ◦ green 129 ◦ blue 56

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

Shades of Highball #828138

Tints of Highball #828138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 17.78%

R = 41.27%
G = 40.95%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#828138 (or 0x828138) is known color: Highball. HEX triplet: 82, 81 and 38. RGB value is (130,129,56). Sum of RGB (Red+Green+Blue) = 130+129+56=315 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.27% from 315); Green value is 129 (50.78% from 255 or 40.95% from 315); Blue value is 56 (22.27% from 255 or 17.78% from 315); Max value from RGB is 130 - color contains mainly: red. Hex color #828138 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828138 is #7D7EC7. Grayscale: #797979. Windows color (decimal): -8224456 or 3703170. OLE color: 3703170.

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

Color convert

RGB 130 129 56 -
CMYK 0 0.01 0.57 0.49
HSL 59.19º 0.4% 0.36% -
HSV(B) 59.19º 0.57% 0.51% -
XYZ 17.77 20.73 6.81 -
YUV 120.98 91.33 134.44 -
System Red Green Blue C M Y K H S L
Decimal 130 129 56 0 0.01 0.57 0.49 59.19 0.4 0.36
Hex 82 81 38 0 1 39 31 3B 28 24
Octal 202 201 70 0 1 71 61 73 50 44
Binary 10000010 10000001 111000 0 1 111001 110001 111011 101000 100100

Color Harmonies of #828138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828138

Black with #828138

Text Example


Text Example

White with #828138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828138; }

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

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

background-color css

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

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

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

border-color css

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

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

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