Html Css Color HEX #828B62 Bitter

📋 copy color: '#828B62'

red 130 ◦ green 139 ◦ blue 98

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

Shades of Bitter #828B62

Tints of Bitter #828B62

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.87%

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

R = 35.42%
G = 37.87%
B = 26.7%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.29

 K value IS 0.45

RGB Variations

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

Color information

#828B62 (or 0x828B62) is known color: Bitter. HEX triplet: 82, 8B and 62. RGB value is (130,139,98). Sum of RGB (Red+Green+Blue) = 130+139+98=367 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.42% from 367); Green value is 139 (54.69% from 255 or 37.87% from 367); Blue value is 98 (38.67% from 255 or 26.70% from 367); Max value from RGB is 139 - color contains mainly: green. Hex color #828B62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828B62 is #7D749D. Grayscale: #838383. Windows color (decimal): -8221854 or 6458242. OLE color: 6458242.

HSL color Cylindrical-coordinate representation of color #828B62: hue angle of 73.17º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #828B62 is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.45.

Color convert

RGB 130 139 98 -
CMYK 0.06 0 0.29 0.45
HSL 73.17º 0.17% 0.46% -
HSV(B) 73.17º 0.29% 0.55% -
XYZ 20.64 24.09 15.12 -
YUV 131.64 109.02 126.83 -
System Red Green Blue C M Y K H S L
Decimal 130 139 98 0.06 0 0.29 0.45 73.17 0.17 0.46
Hex 82 8B 62 6 0 1D 2D 49 11 2E
Octal 202 213 142 6 0 35 55 111 21 56
Binary 10000010 10001011 1100010 110 0 11101 101101 1001001 10001 101110

Color Harmonies of #828B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828B62

Black with #828B62

Text Example


Text Example

White with #828B62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828B62; }

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

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

background-color css

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

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

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

border-color css

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

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

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