#828769

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

Shades of Bitter #828769

Tints of Bitter #828769

Color information

#828769 (or 0x828769) is unknown color: approx Bitter. HEX triplet: 82, 87 and 69. RGB value is (130,135,105). Sum of RGB (Red+Green+Blue) = 130+135+105=370 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.14% from 370); Green value is 135 (53.12% from 255 or 36.49% from 370); Blue value is 105 (41.41% from 255 or 28.38% from 370); Max value from RGB is 135 - color contains mainly: green. Hex color #828769 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828769 is #7D7896. Grayscale: #828282. Windows color (decimal): -8222871 or 6915970. OLE color: 6915970.

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

Color convert

RGB130135105-
CMYK0.0400.220.47
HSL70º12.5%47.06%-
HSV(B)70º22.22%52.94%-
XYZ20.4223.0916.75-
YUV130.08113.84127.94-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.14%
GREEN value IS 135 (53.12% from 255) = 36.49%
BLUE value IS 105 (41.41% from 255) = 28.38%
R=35.14%
G=36.49%
B=28.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1301351050.0400.220.477012.547.06
Hex82876940162F46d2f
Octal2022071514026571061557
Binary1000001010000111110100110001011010111110001101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828769; }

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

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

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

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

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

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

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

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