Html Css Color HEX #828570 Bitter

📋 copy color: '#828570'

red 130 ◦ green 133 ◦ blue 112

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

Shades of Bitter #828570

Tints of Bitter #828570

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.47%

 BLUE value IS 112 (44.14% from 255) = 29.87%

R = 34.67%
G = 35.47%
B = 29.87%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#828570 (or 0x828570) is known color: Bitter. HEX triplet: 82, 85 and 70. RGB value is (130,133,112). Sum of RGB (Red+Green+Blue) = 130+133+112=375 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.67% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 112 (44.14% from 255 or 29.87% from 375); Max value from RGB is 133 - color contains mainly: green. Hex color #828570 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828570 is #7D7A8F. Grayscale: #818181. Windows color (decimal): -8223376 or 7374210. OLE color: 7374210.

HSL color Cylindrical-coordinate representation of color #828570: hue angle of 68.57º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #828570 is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB 130 133 112 -
CMYK 0.02 0 0.16 0.48
HSL 68.57º 0.09% 0.48% -
HSV(B) 68.57º 0.16% 0.52% -
XYZ 20.52 22.69 18.63 -
YUV 129.71 118.01 128.21 -
System Red Green Blue C M Y K H S L
Decimal 130 133 112 0.02 0 0.16 0.48 68.57 0.09 0.48
Hex 82 85 70 2 0 10 30 45 9 30
Octal 202 205 160 2 0 20 60 105 11 60
Binary 10000010 10000101 1110000 10 0 10000 110000 1000101 1001 110000

Color Harmonies of #828570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828570

Black with #828570

Text Example


Text Example

White with #828570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828570; }

 p { color: rgb(130,133,112); }

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

background-color css

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

 a { background-color: rgb(130,133,112); }

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

border-color css

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

 span { border-color: rgb(130,133,112); }

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