#83825C

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

Shades of Bandicoot #83825C

Tints of Bandicoot #83825C

Color information

#83825C (or 0x83825C) is unknown color: approx Bandicoot. HEX triplet: 83, 82 and 5C. RGB value is (131,130,92). Sum of RGB (Red+Green+Blue) = 131+130+92=353 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.11% from 353); Green value is 130 (51.17% from 255 or 36.83% from 353); Blue value is 92 (36.33% from 255 or 26.06% from 353); Max value from RGB is 131 - color contains mainly: red. Hex color #83825C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83825C is #7C7DA3. Grayscale: #7E7E7E. Windows color (decimal): -8158628 or 6062723. OLE color: 6062723.

HSL color Cylindrical-coordinate representation of color #83825C: hue angle of 58.46º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #83825C is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB13113092-
CMYK00.010.300.49
HSL58.46º17.49%43.73%-
HSV(B)58.46º29.77%51.37%-
XYZ19.2721.5613.27-
YUV125.97108.83131.59-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.11%
GREEN value IS 130 (51.17% from 255) = 36.83%
BLUE value IS 92 (36.33% from 255) = 26.06%
R=37.11%
G=36.83%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311309200.010.300.4958.4617.4943.73
Hex83825C011E313a112c
Octal203202134013661722154
Binary10000011100000101011100011111011000111101010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83825C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83825C; }

 p { color: rgb(131,130,92); }

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

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

 a { background-color: rgb(131,130,92); }

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

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

 span { border-color: rgb(131,130,92); }

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