#81825E

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

Shades of Bandicoot #81825E

Tints of Bandicoot #81825E

Color information

#81825E (or 0x81825E) is unknown color: approx Bandicoot. HEX triplet: 81, 82 and 5E. RGB value is (129,130,94). Sum of RGB (Red+Green+Blue) = 129+130+94=353 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.54% from 353); Green value is 130 (51.17% from 255 or 36.83% from 353); Blue value is 94 (37.11% from 255 or 26.63% from 353); Max value from RGB is 130 - color contains mainly: green. Hex color #81825E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81825E is #7E7DA1. Grayscale: #7D7D7D. Windows color (decimal): -8289698 or 6193793. OLE color: 6193793.

HSL color Cylindrical-coordinate representation of color #81825E: hue angle of 61.67º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #81825E is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB12913094-
CMYK0.0100.280.49
HSL61.67º16.07%43.92%-
HSV(B)61.67º27.69%50.98%-
XYZ19.0621.4413.72-
YUV125.6110.17130.43-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.54%
GREEN value IS 130 (51.17% from 255) = 36.83%
BLUE value IS 94 (37.11% from 255) = 26.63%
R=36.54%
G=36.83%
B=26.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129130940.0100.280.4961.6716.0743.92
Hex81825E101C313e102c
Octal201202136103461762054
Binary10000001100000101011110101110011000111111010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81825E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81825E; }

 p { color: rgb(129,130,94); }

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

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

 a { background-color: rgb(129,130,94); }

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

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

 span { border-color: rgb(129,130,94); }

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