Html Css Color HEX #838F5C Bitter

📋 copy color: '#838F5C'

red 131 ◦ green 143 ◦ blue 92

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

Shades of Bitter #838F5C

Tints of Bitter #838F5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.14%

R = 35.79%
G = 39.07%
B = 25.14%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.36

 K value IS 0.44

RGB Variations

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

Color information

#838F5C (or 0x838F5C) is known color: Bitter. HEX triplet: 83, 8F and 5C. RGB value is (131,143,92). Sum of RGB (Red+Green+Blue) = 131+143+92=366 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.79% from 366); Green value is 143 (56.25% from 255 or 39.07% from 366); Blue value is 92 (36.33% from 255 or 25.14% from 366); Max value from RGB is 143 - color contains mainly: green. Hex color #838F5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838F5C is #7C70A3. Grayscale: #858585. Windows color (decimal): -8155300 or 6066051. OLE color: 6066051.

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

Color convert

RGB 131 143 92 -
CMYK 0.08 0 0.36 0.44
HSL 74.12º 0.22% 0.46% -
HSV(B) 74.12º 0.36% 0.56% -
XYZ 21.11 25.24 13.88 -
YUV 133.6 104.52 126.15 -
System Red Green Blue C M Y K H S L
Decimal 131 143 92 0.08 0 0.36 0.44 74.12 0.22 0.46
Hex 83 8F 5C 8 0 24 2C 4A 16 2E
Octal 203 217 134 10 0 44 54 112 26 56
Binary 10000011 10001111 1011100 1000 0 100100 101100 1001010 10110 101110

Color Harmonies of #838F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838F5C

Black with #838F5C

Text Example


Text Example

White with #838F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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