#81875D

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

Shades of Bitter #81875D

Tints of Bitter #81875D

Color information

#81875D (or 0x81875D) is unknown color: approx Bitter. HEX triplet: 81, 87 and 5D. RGB value is (129,135,93). Sum of RGB (Red+Green+Blue) = 129+135+93=357 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.13% from 357); Green value is 135 (53.12% from 255 or 37.82% from 357); Blue value is 93 (36.72% from 255 or 26.05% from 357); Max value from RGB is 135 - color contains mainly: green. Hex color #81875D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81875D is #7E78A2. Grayscale: #808080. Windows color (decimal): -8288419 or 6129537. OLE color: 6129537.

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

Color convert

RGB12913593-
CMYK0.0400.310.47
HSL68.57º18.42%44.71%-
HSV(B)68.57º31.11%52.94%-
XYZ19.6922.7913.72-
YUV128.42108.01128.42-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.13%
GREEN value IS 135 (53.12% from 255) = 37.82%
BLUE value IS 93 (36.72% from 255) = 26.05%
R=36.13%
G=37.82%
B=26.05%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal129135930.0400.310.4768.5718.4244.71
Hex81875D401F2F45122d
Octal2012071354037571052255
Binary10000001100001111011101100011111101111100010110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81875D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,135,93); }

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

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

 a { background-color: rgb(129,135,93); }

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

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

 span { border-color: rgb(129,135,93); }

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