#838565

Color #838565 Bitter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bitter #838565

Tints of Bitter #838565

Color information

#838565 (or 0x838565) is unknown color: approx Bitter. HEX triplet: 83, 85 and 65. RGB value is (131,133,101). Sum of RGB (Red+Green+Blue) = 131+133+101=365 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.89% from 365); Green value is 133 (52.34% from 255 or 36.44% from 365); Blue value is 101 (39.84% from 255 or 27.67% from 365); Max value from RGB is 133 - color contains mainly: green. Hex color #838565 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838565 is #7C7A9A. Grayscale: #808080. Windows color (decimal): -8157851 or 6653315. OLE color: 6653315.

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

Color convert

RGB131133101-
CMYK0.0200.240.48
HSL63.75º13.68%45.88%-
HSV(B)63.75º24.06%52.16%-
XYZ20.122.5415.6-
YUV128.75112.34129.6-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.89%
GREEN value IS 133 (52.34% from 255) = 36.44%
BLUE value IS 101 (39.84% from 255) = 27.67%
R=35.89%
G=36.44%
B=27.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1311331010.0200.240.4863.7513.6845.88
Hex83856520183040e2e
Octal2032051452030601001656
Binary100000111000010111001011001100011000010000001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838565; }

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

 H1.HeaderClassName
 {
   color: #838565;
 }
 .AnyTagClassName
 {
   color: #838565;
 }
</style>
background-color css

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

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

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

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

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

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