Html Css Color HEX #838561 Bitter

📋 copy color: '#838561'

red 131 ◦ green 133 ◦ blue 97

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

Shades of Bitter #838561

Tints of Bitter #838561

RGB

 RED value IS 131 (51.56% from 255) = 36.29%

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

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

R = 36.29%
G = 36.84%
B = 26.87%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#838561 (or 0x838561) is known color: Bitter. HEX triplet: 83, 85 and 61. RGB value is (131,133,97). Sum of RGB (Red+Green+Blue) = 131+133+97=361 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.29% from 361); Green value is 133 (52.34% from 255 or 36.84% from 361); Blue value is 97 (38.28% from 255 or 26.87% from 361); Max value from RGB is 133 - color contains mainly: green. Hex color #838561 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838561 is #7C7A9E. Grayscale: #808080. Windows color (decimal): -8157855 or 6391171. OLE color: 6391171.

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

Color convert

RGB 131 133 97 -
CMYK 0.02 0 0.27 0.48
HSL 63.33º 0.16% 0.45% -
HSV(B) 63.33º 0.27% 0.52% -
XYZ 19.91 22.46 14.6 -
YUV 128.3 110.34 129.93 -
System Red Green Blue C M Y K H S L
Decimal 131 133 97 0.02 0 0.27 0.48 63.33 0.16 0.45
Hex 83 85 61 2 0 1B 30 3F 10 2D
Octal 203 205 141 2 0 33 60 77 20 55
Binary 10000011 10000101 1100001 10 0 11011 110000 111111 10000 101101

Color Harmonies of #838561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838561

Black with #838561

Text Example


Text Example

White with #838561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838561; }

 p { color: rgb(131,133,97); }

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

background-color css

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

 a { background-color: rgb(131,133,97); }

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

border-color css

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

 span { border-color: rgb(131,133,97); }

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