#817D63

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

Shades of Bandicoot #817D63

Tints of Bandicoot #817D63

Color information

#817D63 (or 0x817D63) is unknown color: approx Bandicoot. HEX triplet: 81, 7D and 63. RGB value is (129,125,99). Sum of RGB (Red+Green+Blue) = 129+125+99=353 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.54% from 353); Green value is 125 (49.22% from 255 or 35.41% from 353); Blue value is 99 (39.06% from 255 or 28.05% from 353); Max value from RGB is 129 - color contains mainly: red. Hex color #817D63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817D63 is #7E829C. Grayscale: #7B7B7B. Windows color (decimal): -8290973 or 6520193. OLE color: 6520193.

HSL color Cylindrical-coordinate representation of color #817D63: hue angle of 52º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #817D63 is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB12912599-
CMYK00.030.230.49
HSL52º13.16%44.71%-
HSV(B)52º23.26%50.59%-
XYZ18.6420.2414.73-
YUV123.23114.33132.11-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.54%
GREEN value IS 125 (49.22% from 255) = 35.41%
BLUE value IS 99 (39.06% from 255) = 28.05%
R=36.54%
G=35.41%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291259900.030.230.495213.1644.71
Hex817D6303173134d2d
Octal201175143032761641555
Binary1000000111111011100011011101111100011101001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817D63; }

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

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

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

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

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

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

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

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