#83845D

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

Shades of Bandicoot #83845D

Tints of Bandicoot #83845D

Color information

#83845D (or 0x83845D) is unknown color: approx Bandicoot. HEX triplet: 83, 84 and 5D. RGB value is (131,132,93). Sum of RGB (Red+Green+Blue) = 131+132+93=356 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.80% from 356); Green value is 132 (51.95% from 255 or 37.08% from 356); Blue value is 93 (36.72% from 255 or 26.12% from 356); Max value from RGB is 132 - color contains mainly: green. Hex color #83845D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83845D is #7C7BA2. Grayscale: #7F7F7F. Windows color (decimal): -8158115 or 6128771. OLE color: 6128771.

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

Color convert

RGB13113293-
CMYK0.0100.300.48
HSL61.54º17.33%44.12%-
HSV(B)61.54º29.55%51.76%-
XYZ19.5922.1213.59-
YUV127.26108.67130.67-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.80%
GREEN value IS 132 (51.95% from 255) = 37.08%
BLUE value IS 93 (36.72% from 255) = 26.12%
R=36.80%
G=37.08%
B=26.12%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal131132930.0100.300.4861.5417.3344.12
Hex83845D101E303e112c
Octal203204135103660762154
Binary10000011100001001011101101111011000011111010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83845D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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