#83815F

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

Shades of Bandicoot #83815F

Tints of Bandicoot #83815F

Color information

#83815F (or 0x83815F) is unknown color: approx Bandicoot. HEX triplet: 83, 81 and 5F. RGB value is (131,129,95). Sum of RGB (Red+Green+Blue) = 131+129+95=355 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.90% from 355); Green value is 129 (50.78% from 255 or 36.34% from 355); Blue value is 95 (37.5% from 255 or 26.76% from 355); Max value from RGB is 131 - color contains mainly: red. Hex color #83815F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83815F is #7C7EA0. Grayscale: #7D7D7D. Windows color (decimal): -8158881 or 6259075. OLE color: 6259075.

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

Color convert

RGB13112995-
CMYK00.020.270.49
HSL56.67º15.93%44.31%-
HSV(B)56.67º27.48%51.37%-
XYZ19.2821.3513.93-
YUV125.72110.66131.76-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.90%
GREEN value IS 129 (50.78% from 255) = 36.34%
BLUE value IS 95 (37.5% from 255) = 26.76%
R=36.90%
G=36.34%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311299500.020.270.4956.6715.9344.31
Hex83815F021B3139102c
Octal203201137023361712054
Binary100000111000000110111110101101111000111100110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83815F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83815F; }

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

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

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

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

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

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

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

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