#828761

Color #828761 Bitter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bitter #828761

Tints of Bitter #828761

Color information

#828761 (or 0x828761) is unknown color: approx Bitter. HEX triplet: 82, 87 and 61. RGB value is (130,135,97). Sum of RGB (Red+Green+Blue) = 130+135+97=362 (47% of max value = 765). Red value is 130 (51.17% from 255 or 35.91% from 362); Green value is 135 (53.12% from 255 or 37.29% from 362); Blue value is 97 (38.28% from 255 or 26.80% from 362); Max value from RGB is 135 - color contains mainly: green. Hex color #828761 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828761 is #7D789E. Grayscale: #818181. Windows color (decimal): -8222879 or 6391682. OLE color: 6391682.

HSL color Cylindrical-coordinate representation of color #828761: hue angle of 67.89º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #828761 is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB13013597-
CMYK0.0400.280.47
HSL67.89º16.38%45.49%-
HSV(B)67.89º28.15%52.94%-
XYZ20.0322.9414.68-
YUV129.17109.84128.59-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.91%
GREEN value IS 135 (53.12% from 255) = 37.29%
BLUE value IS 97 (38.28% from 255) = 26.80%
R=35.91%
G=37.29%
B=26.80%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal130135970.0400.280.4767.8916.3845.49
Hex828761401C2F44102d
Octal2022071414034571042055
Binary10000010100001111100001100011100101111100010010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828761; }

 p { color: rgb(130,135,97); }

 H1.HeaderClassName
 {
   color: #828761;
 }
 .AnyTagClassName
 {
   color: #828761;
 }
</style>
background-color css

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

 a { background-color: rgb(130,135,97); }

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

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

 span { border-color: rgb(130,135,97); }

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