#83885A

Color #83885A Bitter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bitter #83885A

Tints of Bitter #83885A

Color information

#83885A (or 0x83885A) is unknown color: approx Bitter. HEX triplet: 83, 88 and 5A. RGB value is (131,136,90). Sum of RGB (Red+Green+Blue) = 131+136+90=357 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.69% from 357); Green value is 136 (53.52% from 255 or 38.10% from 357); Blue value is 90 (35.55% from 255 or 25.21% from 357); Max value from RGB is 136 - color contains mainly: green. Hex color #83885A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83885A is #7C77A5. Grayscale: #818181. Windows color (decimal): -8157094 or 5933187. OLE color: 5933187.

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

Color convert

RGB13113690-
CMYK0.0400.340.47
HSL66.52º20.35%44.31%-
HSV(B)66.52º33.82%53.33%-
XYZ20.0123.1713.09-
YUV129.26105.84129.24-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.69%
GREEN value IS 136 (53.52% from 255) = 38.10%
BLUE value IS 90 (35.55% from 255) = 25.21%
R=36.69%
G=38.10%
B=25.21%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal131136900.0400.340.4766.5220.3544.31
Hex83885A40222F43142c
Octal2032101324042571032454
Binary100000111000100010110101000100010101111100001110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83885A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #83885A;
 }
 .AnyTagClassName
 {
   color: #83885A;
 }
</style>
background-color css

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

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

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

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

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

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