Html Css Color HEX #838464 Bitter

📋 copy color: '#838464'

red 131 ◦ green 132 ◦ blue 100

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

Shades of Bitter #838464

Tints of Bitter #838464

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.36%

 BLUE value IS 100 (39.45% from 255) = 27.55%

R = 36.09%
G = 36.36%
B = 27.55%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#838464 (or 0x838464) is known color: Bitter. HEX triplet: 83, 84 and 64. RGB value is (131,132,100). Sum of RGB (Red+Green+Blue) = 131+132+100=363 (48% of max value = 765). Red value is 131 (51.56% from 255 or 36.09% from 363); Green value is 132 (51.95% from 255 or 36.36% from 363); Blue value is 100 (39.45% from 255 or 27.55% from 363); Max value from RGB is 132 - color contains mainly: green. Hex color #838464 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838464 is #7C7B9B. Grayscale: #808080. Windows color (decimal): -8158108 or 6587523. OLE color: 6587523.

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

Color convert

RGB 131 132 100 -
CMYK 0.01 0 0.24 0.48
HSL 61.88º 0.14% 0.45% -
HSV(B) 61.88º 0.24% 0.52% -
XYZ 19.91 22.25 15.3 -
YUV 128.05 112.17 130.1 -
System Red Green Blue C M Y K H S L
Decimal 131 132 100 0.01 0 0.24 0.48 61.88 0.14 0.45
Hex 83 84 64 1 0 18 30 3E E 2D
Octal 203 204 144 1 0 30 60 76 16 55
Binary 10000011 10000100 1100100 1 0 11000 110000 111110 1110 101101

Color Harmonies of #838464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838464

Black with #838464

Text Example


Text Example

White with #838464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838464; }

 p { color: rgb(131,132,100); }

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

background-color css

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

 a { background-color: rgb(131,132,100); }

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

border-color css

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

 span { border-color: rgb(131,132,100); }

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