Html Css Color HEX #838B5D Bitter

📋 copy color: '#838B5D'

red 131 ◦ green 139 ◦ blue 93

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

Shades of Bitter #838B5D

Tints of Bitter #838B5D

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.29%

 BLUE value IS 93 (36.72% from 255) = 25.62%

R = 36.09%
G = 38.29%
B = 25.62%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.33

 K value IS 0.45

RGB Variations

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

Color information

#838B5D (or 0x838B5D) is known color: Bitter. HEX triplet: 83, 8B and 5D. RGB value is (131,139,93). Sum of RGB (Red+Green+Blue) = 131+139+93=363 (48% of max value = 765). Red value is 131 (51.56% from 255 or 36.09% from 363); Green value is 139 (54.69% from 255 or 38.29% from 363); Blue value is 93 (36.72% from 255 or 25.62% from 363); Max value from RGB is 139 - color contains mainly: green. Hex color #838B5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838B5D is #7C74A2. Grayscale: #838383. Windows color (decimal): -8156323 or 6130563. OLE color: 6130563.

HSL color Cylindrical-coordinate representation of color #838B5D: hue angle of 70.43º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #838B5D is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.45.

Color convert

RGB 131 139 93 -
CMYK 0.06 0 0.33 0.45
HSL 70.43º 0.2% 0.45% -
HSV(B) 70.43º 0.33% 0.55% -
XYZ 20.57 24.08 13.92 -
YUV 131.36 106.35 127.74 -
System Red Green Blue C M Y K H S L
Decimal 131 139 93 0.06 0 0.33 0.45 70.43 0.2 0.45
Hex 83 8B 5D 6 0 21 2D 46 14 2D
Octal 203 213 135 6 0 41 55 106 24 55
Binary 10000011 10001011 1011101 110 0 100001 101101 1000110 10100 101101

Color Harmonies of #838B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838B5D

Black with #838B5D

Text Example


Text Example

White with #838B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838B5D; }

 p { color: rgb(131,139,93); }

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

background-color css

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

 a { background-color: rgb(131,139,93); }

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

border-color css

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

 span { border-color: rgb(131,139,93); }

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