#83845C

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

Shades of Bandicoot #83845C

Tints of Bandicoot #83845C

Color information

#83845C (or 0x83845C) is unknown color: approx Bandicoot. HEX triplet: 83, 84 and 5C. RGB value is (131,132,92). Sum of RGB (Red+Green+Blue) = 131+132+92=355 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.90% from 355); Green value is 132 (51.95% from 255 or 37.18% from 355); Blue value is 92 (36.33% from 255 or 25.92% from 355); Max value from RGB is 132 - color contains mainly: green. Hex color #83845C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83845C is #7C7BA3. Grayscale: #7F7F7F. Windows color (decimal): -8158116 or 6063235. OLE color: 6063235.

HSL color Cylindrical-coordinate representation of color #83845C: hue angle of 61.5º 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 #83845C is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB13113292-
CMYK0.0100.300.48
HSL61.5º17.86%43.92%-
HSV(B)61.5º30.3%51.76%-
XYZ19.5422.113.36-
YUV127.14108.17130.75-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.90%
GREEN value IS 132 (51.95% from 255) = 37.18%
BLUE value IS 92 (36.33% from 255) = 25.92%
R=36.90%
G=37.18%
B=25.92%

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
Decimal131132920.0100.300.4861.517.8643.92
Hex83845C101E303e122c
Octal203204134103660762254
Binary10000011100001001011100101111011000011111010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83845C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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