Html Css Color HEX #83856A Bitter

📋 copy color: '#83856A'

red 131 ◦ green 133 ◦ blue 106

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

Shades of Bitter #83856A

Tints of Bitter #83856A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.95%

 BLUE value IS 106 (41.8% from 255) = 28.65%

R = 35.41%
G = 35.95%
B = 28.65%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#83856A (or 0x83856A) is known color: Bitter. HEX triplet: 83, 85 and 6A. RGB value is (131,133,106). Sum of RGB (Red+Green+Blue) = 131+133+106=370 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.41% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 106 (41.80% from 255 or 28.65% from 370); Max value from RGB is 133 - color contains mainly: green. Hex color #83856A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83856A is #7C7A95. Grayscale: #818181. Windows color (decimal): -8157846 or 6980995. OLE color: 6980995.

HSL color Cylindrical-coordinate representation of color #83856A: hue angle of 64.44º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #83856A is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 131 133 106 -
CMYK 0.02 0 0.20 0.48
HSL 64.44º 0.11% 0.47% -
HSV(B) 64.44º 0.2% 0.52% -
XYZ 20.35 22.64 16.93 -
YUV 129.32 114.84 129.2 -
System Red Green Blue C M Y K H S L
Decimal 131 133 106 0.02 0 0.20 0.48 64.44 0.11 0.47
Hex 83 85 6A 2 0 14 30 40 B 2F
Octal 203 205 152 2 0 24 60 100 13 57
Binary 10000011 10000101 1101010 10 0 10100 110000 1000000 1011 101111

Color Harmonies of #83856A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83856A

Black with #83856A

Text Example


Text Example

White with #83856A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83856A; }

 p { color: rgb(131,133,106); }

 H1.HeaderClassName
 {
   color: #83856A;
 }
 .AnyTagClassName
 {
   color: #83856A;
 }
</style>

background-color css

<style>
 a { background-color: #83856A; }

 a { background-color: rgb(131,133,106); }

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

border-color css

<style>
 span { border-color: #83856A; }

 span { border-color: rgb(131,133,106); }

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