#83855D

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

Shades of Bandicoot #83855D

Tints of Bandicoot #83855D

Color information

#83855D (or 0x83855D) is unknown color: approx Bandicoot. HEX triplet: 83, 85 and 5D. RGB value is (131,133,93). Sum of RGB (Red+Green+Blue) = 131+133+93=357 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.69% from 357); Green value is 133 (52.34% from 255 or 37.25% from 357); Blue value is 93 (36.72% from 255 or 26.05% from 357); Max value from RGB is 133 - color contains mainly: green. Hex color #83855D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83855D is #7C7AA2. Grayscale: #808080. Windows color (decimal): -8157859 or 6129027. OLE color: 6129027.

HSL color Cylindrical-coordinate representation of color #83855D: hue angle of 63º degrees, saturation: 0.18, 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 #83855D is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB13113393-
CMYK0.0200.300.48
HSL63º17.7%44.31%-
HSV(B)63º30.08%52.16%-
XYZ19.7222.3913.64-
YUV127.84108.34130.25-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.69%
GREEN value IS 133 (52.34% from 255) = 37.25%
BLUE value IS 93 (36.72% from 255) = 26.05%
R=36.69%
G=37.25%
B=26.05%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal131133930.0200.300.486317.744.31
Hex83855D201E303f122c
Octal203205135203660772254
Binary100000111000010110111011001111011000011111110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83855D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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