Html Css Color HEX #828562 Bitter

📋 copy color: '#828562'

red 130 ◦ green 133 ◦ blue 98

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

Shades of Bitter #828562

Tints of Bitter #828562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 27.15%

R = 36.01%
G = 36.84%
B = 27.15%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#828562 (or 0x828562) is known color: Bitter. HEX triplet: 82, 85 and 62. RGB value is (130,133,98). Sum of RGB (Red+Green+Blue) = 130+133+98=361 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.01% from 361); Green value is 133 (52.34% from 255 or 36.84% from 361); Blue value is 98 (38.67% from 255 or 27.15% from 361); Max value from RGB is 133 - color contains mainly: green. Hex color #828562 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828562 is #7D7A9D. Grayscale: #808080. Windows color (decimal): -8223390 or 6456706. OLE color: 6456706.

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

Color convert

RGB 130 133 98 -
CMYK 0.02 0 0.26 0.48
HSL 65.14º 0.15% 0.45% -
HSV(B) 65.14º 0.26% 0.52% -
XYZ 19.8 22.4 14.84 -
YUV 128.11 111.01 129.35 -
System Red Green Blue C M Y K H S L
Decimal 130 133 98 0.02 0 0.26 0.48 65.14 0.15 0.45
Hex 82 85 62 2 0 1A 30 41 F 2D
Octal 202 205 142 2 0 32 60 101 17 55
Binary 10000010 10000101 1100010 10 0 11010 110000 1000001 1111 101101

Color Harmonies of #828562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828562

Black with #828562

Text Example


Text Example

White with #828562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828562; }

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

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

background-color css

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

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

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

border-color css

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

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

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