#83845E

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

Shades of Bandicoot #83845E

Tints of Bandicoot #83845E

Color information

#83845E (or 0x83845E) is unknown color: approx Bandicoot. HEX triplet: 83, 84 and 5E. RGB value is (131,132,94). Sum of RGB (Red+Green+Blue) = 131+132+94=357 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.69% from 357); Green value is 132 (51.95% from 255 or 36.97% from 357); Blue value is 94 (37.11% from 255 or 26.33% from 357); Max value from RGB is 132 - color contains mainly: green. Hex color #83845E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83845E is #7C7BA1. Grayscale: #7F7F7F. Windows color (decimal): -8158114 or 6194307. OLE color: 6194307.

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

Color convert

RGB13113294-
CMYK0.0100.290.48
HSL61.58º16.81%44.31%-
HSV(B)61.58º28.79%51.76%-
XYZ19.6322.1413.83-
YUV127.37109.17130.59-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.69%
GREEN value IS 132 (51.95% from 255) = 36.97%
BLUE value IS 94 (37.11% from 255) = 26.33%
R=36.69%
G=36.97%
B=26.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal131132940.0100.290.4861.5816.8144.31
Hex83845E101D303e112c
Octal203204136103560762154
Binary10000011100001001011110101110111000011111010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83845E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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