#84885C

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

Shades of Bitter #84885C

Tints of Bitter #84885C

Color information

#84885C (or 0x84885C) is unknown color: approx Bitter. HEX triplet: 84, 88 and 5C. RGB value is (132,136,92). Sum of RGB (Red+Green+Blue) = 132+136+92=360 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.67% from 360); Green value is 136 (53.52% from 255 or 37.78% from 360); Blue value is 92 (36.33% from 255 or 25.56% from 360); Max value from RGB is 136 - color contains mainly: green. Hex color #84885C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84885C is #7B77A3. Grayscale: #818181. Windows color (decimal): -8091556 or 6064260. OLE color: 6064260.

HSL color Cylindrical-coordinate representation of color #84885C: hue angle of 65.45º 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 #84885C is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB13213692-
CMYK0.0300.320.47
HSL65.45º19.3%44.71%-
HSV(B)65.45º32.35%53.33%-
XYZ20.2523.2913.55-
YUV129.79106.67129.58-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.67%
GREEN value IS 136 (53.52% from 255) = 37.78%
BLUE value IS 92 (36.33% from 255) = 25.56%
R=36.67%
G=37.78%
B=25.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal132136920.0300.320.4765.4519.344.71
Hex84885C30202F41132d
Octal2042101343040571012355
Binary10000100100010001011100110100000101111100000110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84885C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84885C; }

 p { color: rgb(132,136,92); }

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

<style>
 a { background-color: #84885C; }

 a { background-color: rgb(132,136,92); }

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

<style>
 span { border-color: #84885C; }

 span { border-color: rgb(132,136,92); }

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