#818363

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

Shades of Bitter #818363

Tints of Bitter #818363

Color information

#818363 (or 0x818363) is unknown color: approx Bitter. HEX triplet: 81, 83 and 63. RGB value is (129,131,99). Sum of RGB (Red+Green+Blue) = 129+131+99=359 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.93% from 359); Green value is 131 (51.56% from 255 or 36.49% from 359); Blue value is 99 (39.06% from 255 or 27.58% from 359); Max value from RGB is 131 - color contains mainly: green. Hex color #818363 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818363 is #7E7C9C. Grayscale: #7E7E7E. Windows color (decimal): -8289437 or 6521729. OLE color: 6521729.

HSL color Cylindrical-coordinate representation of color #818363: hue angle of 63.75º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #818363 is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB12913199-
CMYK0.0200.240.49
HSL63.75º13.91%45.1%-
HSV(B)63.75º24.43%51.37%-
XYZ19.4221.814.99-
YUV126.75112.34129.6-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.93%
GREEN value IS 131 (51.56% from 255) = 36.49%
BLUE value IS 99 (39.06% from 255) = 27.58%
R=35.93%
G=36.49%
B=27.58%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129131990.0200.240.4963.7513.9145.1
Hex81836320183140e2d
Octal2012031432030611001655
Binary100000011000001111000111001100011000110000001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818363; }

 p { color: rgb(129,131,99); }

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

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

 a { background-color: rgb(129,131,99); }

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

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

 span { border-color: rgb(129,131,99); }

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