Html Css Color HEX #83885D Bitter

📋 copy color: '#83885D'

red 131 ◦ green 136 ◦ blue 93

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

Shades of Bitter #83885D

Tints of Bitter #83885D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.78%

 BLUE value IS 93 (36.72% from 255) = 25.83%

R = 36.39%
G = 37.78%
B = 25.83%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#83885D (or 0x83885D) is known color: Bitter. HEX triplet: 83, 88 and 5D. RGB value is (131,136,93). Sum of RGB (Red+Green+Blue) = 131+136+93=360 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.39% from 360); Green value is 136 (53.52% from 255 or 37.78% from 360); Blue value is 93 (36.72% from 255 or 25.83% from 360); Max value from RGB is 136 - color contains mainly: green. Hex color #83885D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83885D is #7C77A2. Grayscale: #818181. Windows color (decimal): -8157091 or 6129795. OLE color: 6129795.

HSL color Cylindrical-coordinate representation of color #83885D: hue angle of 66.98º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #83885D is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 131 136 93 -
CMYK 0.04 0 0.32 0.47
HSL 66.98º 0.19% 0.45% -
HSV(B) 66.98º 0.32% 0.53% -
XYZ 20.14 23.22 13.78 -
YUV 129.6 107.34 129 -
System Red Green Blue C M Y K H S L
Decimal 131 136 93 0.04 0 0.32 0.47 66.98 0.19 0.45
Hex 83 88 5D 4 0 20 2F 43 13 2D
Octal 203 210 135 4 0 40 57 103 23 55
Binary 10000011 10001000 1011101 100 0 100000 101111 1000011 10011 101101

Color Harmonies of #83885D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83885D

Black with #83885D

Text Example


Text Example

White with #83885D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83885D; }

 p { color: rgb(131,136,93); }

 H1.HeaderClassName
 {
   color: #83885D;
 }
 .AnyTagClassName
 {
   color: #83885D;
 }
</style>

background-color css

<style>
 a { background-color: #83885D; }

 a { background-color: rgb(131,136,93); }

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

border-color css

<style>
 span { border-color: #83885D; }

 span { border-color: rgb(131,136,93); }

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