#848560

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

Shades of Bandicoot #848560

Tints of Bandicoot #848560

Color information

#848560 (or 0x848560) is unknown color: approx Bandicoot. HEX triplet: 84, 85 and 60. RGB value is (132,133,96). Sum of RGB (Red+Green+Blue) = 132+133+96=361 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.57% from 361); Green value is 133 (52.34% from 255 or 36.84% from 361); Blue value is 96 (37.89% from 255 or 26.59% from 361); Max value from RGB is 133 - color contains mainly: green. Hex color #848560 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848560 is #7B7A9F. Grayscale: #808080. Windows color (decimal): -8092320 or 6325636. OLE color: 6325636.

HSL color Cylindrical-coordinate representation of color #848560: hue angle of 61.62º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #848560 is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB13213396-
CMYK0.0100.280.48
HSL61.62º16.16%44.9%-
HSV(B)61.62º27.82%52.16%-
XYZ20.0122.5314.36-
YUV128.48109.67130.51-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.57%
GREEN value IS 133 (52.34% from 255) = 36.84%
BLUE value IS 96 (37.89% from 255) = 26.59%
R=36.57%
G=36.84%
B=26.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132133960.0100.280.4861.6216.1644.9
Hex848560101C303e102d
Octal204205140103460762055
Binary10000100100001011100000101110011000011111010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848560; }

 p { color: rgb(132,133,96); }

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

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

 a { background-color: rgb(132,133,96); }

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

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

 span { border-color: rgb(132,133,96); }

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