Html Css Color HEX #83875B Bitter

📋 copy color: '#83875B'

red 131 ◦ green 135 ◦ blue 91

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

Shades of Bitter #83875B

Tints of Bitter #83875B

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.82%

 BLUE value IS 91 (35.94% from 255) = 25.49%

R = 36.69%
G = 37.82%
B = 25.49%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#83875B (or 0x83875B) is known color: Bitter. HEX triplet: 83, 87 and 5B. RGB value is (131,135,91). Sum of RGB (Red+Green+Blue) = 131+135+91=357 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.69% from 357); Green value is 135 (53.12% from 255 or 37.82% from 357); Blue value is 91 (35.94% from 255 or 25.49% from 357); Max value from RGB is 135 - color contains mainly: green. Hex color #83875B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83875B is #7C78A4. Grayscale: #808080. Windows color (decimal): -8157349 or 5998467. OLE color: 5998467.

HSL color Cylindrical-coordinate representation of color #83875B: hue angle of 65.45º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #83875B is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB 131 135 91 -
CMYK 0.03 0 0.33 0.47
HSL 65.45º 0.19% 0.44% -
HSV(B) 65.45º 0.33% 0.53% -
XYZ 19.91 22.91 13.27 -
YUV 128.79 106.67 129.58 -
System Red Green Blue C M Y K H S L
Decimal 131 135 91 0.03 0 0.33 0.47 65.45 0.19 0.44
Hex 83 87 5B 3 0 21 2F 41 13 2C
Octal 203 207 133 3 0 41 57 101 23 54
Binary 10000011 10000111 1011011 11 0 100001 101111 1000001 10011 101100

Color Harmonies of #83875B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83875B

Black with #83875B

Text Example


Text Example

White with #83875B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83875B; }

 p { color: rgb(131,135,91); }

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

background-color css

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

 a { background-color: rgb(131,135,91); }

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

border-color css

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

 span { border-color: rgb(131,135,91); }

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