Html Css Color HEX #83865F Bitter

📋 copy color: '#83865F'

red 131 ◦ green 134 ◦ blue 95

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

Shades of Bitter #83865F

Tints of Bitter #83865F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.22%

 BLUE value IS 95 (37.5% from 255) = 26.39%

R = 36.39%
G = 37.22%
B = 26.39%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#83865F (or 0x83865F) is known color: Bitter. HEX triplet: 83, 86 and 5F. RGB value is (131,134,95). Sum of RGB (Red+Green+Blue) = 131+134+95=360 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.39% from 360); Green value is 134 (52.73% from 255 or 37.22% from 360); Blue value is 95 (37.5% from 255 or 26.39% from 360); Max value from RGB is 134 - color contains mainly: green. Hex color #83865F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83865F is #7C79A0. Grayscale: #808080. Windows color (decimal): -8157601 or 6260355. OLE color: 6260355.

HSL color Cylindrical-coordinate representation of color #83865F: hue angle of 64.62º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #83865F is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB 131 134 95 -
CMYK 0.02 0 0.29 0.47
HSL 64.62º 0.17% 0.45% -
HSV(B) 64.62º 0.29% 0.53% -
XYZ 19.95 22.7 14.16 -
YUV 128.66 109.01 129.67 -
System Red Green Blue C M Y K H S L
Decimal 131 134 95 0.02 0 0.29 0.47 64.62 0.17 0.45
Hex 83 86 5F 2 0 1D 2F 41 11 2D
Octal 203 206 137 2 0 35 57 101 21 55
Binary 10000011 10000110 1011111 10 0 11101 101111 1000001 10001 101101

Color Harmonies of #83865F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83865F

Black with #83865F

Text Example


Text Example

White with #83865F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83865F; }

 p { color: rgb(131,134,95); }

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

background-color css

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

 a { background-color: rgb(131,134,95); }

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

border-color css

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

 span { border-color: rgb(131,134,95); }

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