#848561

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

Shades of Bandicoot #848561

Tints of Bandicoot #848561

Color information

#848561 (or 0x848561) is unknown color: approx Bandicoot. HEX triplet: 84, 85 and 61. RGB value is (132,133,97). Sum of RGB (Red+Green+Blue) = 132+133+97=362 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.46% from 362); Green value is 133 (52.34% from 255 or 36.74% from 362); Blue value is 97 (38.28% from 255 or 26.80% from 362); Max value from RGB is 133 - color contains mainly: green. Hex color #848561 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848561 is #7B7A9E. Grayscale: #808080. Windows color (decimal): -8092319 or 6391172. OLE color: 6391172.

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

Color convert

RGB13213397-
CMYK0.0100.270.48
HSL61.67º15.65%45.1%-
HSV(B)61.67º27.07%52.16%-
XYZ20.0622.5414.6-
YUV128.6110.17130.43-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.46%
GREEN value IS 133 (52.34% from 255) = 36.74%
BLUE value IS 97 (38.28% from 255) = 26.80%
R=36.46%
G=36.74%
B=26.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132133970.0100.270.4861.6715.6545.1
Hex848561101B303e102d
Octal204205141103360762055
Binary10000100100001011100001101101111000011111010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848561; }

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

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

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

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

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

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

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

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