Html Css Color HEX #828761 Bitter

📋 copy color: '#828761'

red 130 ◦ green 135 ◦ blue 97

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

Shades of Bitter #828761

Tints of Bitter #828761

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.29%

 BLUE value IS 97 (38.28% from 255) = 26.8%

R = 35.91%
G = 37.29%
B = 26.8%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#828761 (or 0x828761) is known color: 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

RGB 130 135 97 -
CMYK 0.04 0 0.28 0.47
HSL 67.89º 0.16% 0.45% -
HSV(B) 67.89º 0.28% 0.53% -
XYZ 20.03 22.94 14.68 -
YUV 129.17 109.84 128.59 -
System Red Green Blue C M Y K H S L
Decimal 130 135 97 0.04 0 0.28 0.47 67.89 0.16 0.45
Hex 82 87 61 4 0 1C 2F 44 10 2D
Octal 202 207 141 4 0 34 57 104 20 55
Binary 10000010 10000111 1100001 100 0 11100 101111 1000100 10000 101101

Color Harmonies of #828761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828761

Black with #828761

Text Example


Text Example

White with #828761

Text Example


Text Example

HTML Codes & Css Web 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>