#81835D

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

Shades of Bandicoot #81835D

Tints of Bandicoot #81835D

Color information

#81835D (or 0x81835D) is unknown color: approx Bandicoot. HEX triplet: 81, 83 and 5D. RGB value is (129,131,93). Sum of RGB (Red+Green+Blue) = 129+131+93=353 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.54% from 353); Green value is 131 (51.56% from 255 or 37.11% from 353); Blue value is 93 (36.72% from 255 or 26.35% from 353); Max value from RGB is 131 - color contains mainly: green. Hex color #81835D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81835D is #7E7CA2. Grayscale: #7E7E7E. Windows color (decimal): -8289443 or 6128513. OLE color: 6128513.

HSL color Cylindrical-coordinate representation of color #81835D: hue angle of 63.16º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #81835D is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB12913193-
CMYK0.0200.290.49
HSL63.16º16.96%43.92%-
HSV(B)63.16º29.01%51.37%-
XYZ19.1521.6913.53-
YUV126.07109.34130.09-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.54%
GREEN value IS 131 (51.56% from 255) = 37.11%
BLUE value IS 93 (36.72% from 255) = 26.35%
R=36.54%
G=37.11%
B=26.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129131930.0200.290.4963.1616.9643.92
Hex81835D201D313f112c
Octal201203135203561772154
Binary100000011000001110111011001110111000111111110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81835D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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