Html Css Color HEX #838F55 Bitter

📋 copy color: '#838F55'

red 131 ◦ green 143 ◦ blue 85

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

Shades of Bitter #838F55

Tints of Bitter #838F55

RGB

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

 GREEN value IS 143 (56.25% from 255) = 39.83%

 BLUE value IS 85 (33.59% from 255) = 23.68%

R = 36.49%
G = 39.83%
B = 23.68%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.41

 K value IS 0.44

RGB Variations

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

Color information

#838F55 (or 0x838F55) is known color: Bitter. HEX triplet: 83, 8F and 55. RGB value is (131,143,85). Sum of RGB (Red+Green+Blue) = 131+143+85=359 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.49% from 359); Green value is 143 (56.25% from 255 or 39.83% from 359); Blue value is 85 (33.59% from 255 or 23.68% from 359); Max value from RGB is 143 - color contains mainly: green. Hex color #838F55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838F55 is #7C70AA. Grayscale: #858585. Windows color (decimal): -8155307 or 5607299. OLE color: 5607299.

HSL color Cylindrical-coordinate representation of color #838F55: hue angle of 72.41º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #838F55 is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.44.

Color convert

RGB 131 143 85 -
CMYK 0.08 0 0.41 0.44
HSL 72.41º 0.25% 0.45% -
HSV(B) 72.41º 0.41% 0.56% -
XYZ 20.82 25.13 12.35 -
YUV 132.8 101.02 126.72 -
System Red Green Blue C M Y K H S L
Decimal 131 143 85 0.08 0 0.41 0.44 72.41 0.25 0.45
Hex 83 8F 55 8 0 29 2C 48 19 2D
Octal 203 217 125 10 0 51 54 110 31 55
Binary 10000011 10001111 1010101 1000 0 101001 101100 1001000 11001 101101

Color Harmonies of #838F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838F55

Black with #838F55

Text Example


Text Example

White with #838F55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,143,85); }

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

background-color css

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

 a { background-color: rgb(131,143,85); }

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

border-color css

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

 span { border-color: rgb(131,143,85); }

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