#848562

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

Shades of Bandicoot #848562

Tints of Bandicoot #848562

Color information

#848562 (or 0x848562) is unknown color: approx Bandicoot. HEX triplet: 84, 85 and 62. RGB value is (132,133,98). Sum of RGB (Red+Green+Blue) = 132+133+98=363 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.36% from 363); Green value is 133 (52.34% from 255 or 36.64% from 363); Blue value is 98 (38.67% from 255 or 27.00% from 363); Max value from RGB is 133 - color contains mainly: green. Hex color #848562 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848562 is #7B7A9D. Grayscale: #808080. Windows color (decimal): -8092318 or 6456708. OLE color: 6456708.

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

Color convert

RGB13213398-
CMYK0.0100.260.48
HSL61.71º15.15%45.29%-
HSV(B)61.71º26.32%52.16%-
XYZ20.1122.5614.85-
YUV128.71110.67130.35-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.36%
GREEN value IS 133 (52.34% from 255) = 36.64%
BLUE value IS 98 (38.67% from 255) = 27.00%
R=36.36%
G=36.64%
B=27.00%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132133980.0100.260.4861.7115.1545.29
Hex848562101A303ef2d
Octal204205142103260761755
Binary1000010010000101110001010110101100001111101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848562; }

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

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

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

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

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

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

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

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