Html Css Color HEX #838565 Bitter

📋 copy color: '#838565'

red 131 ◦ green 133 ◦ blue 101

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

Shades of Bitter #838565

Tints of Bitter #838565

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 value IS 0.02

 M value IS 0

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

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

RGB 131 133 101 -
CMYK 0.02 0 0.24 0.48
HSL 63.75º 0.14% 0.46% -
HSV(B) 63.75º 0.24% 0.52% -
XYZ 20.1 22.54 15.6 -
YUV 128.75 112.34 129.6 -
System Red Green Blue C M Y K H S L
Decimal 131 133 101 0.02 0 0.24 0.48 63.75 0.14 0.46
Hex 83 85 65 2 0 18 30 40 E 2E
Octal 203 205 145 2 0 30 60 100 16 56
Binary 10000011 10000101 1100101 10 0 11000 110000 1000000 1110 101110

Color Harmonies of #838565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838565

Black with #838565

Text Example


Text Example

White with #838565

Text Example


Text Example

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