#848360

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

Shades of Bandicoot #848360

Tints of Bandicoot #848360

Color information

#848360 (or 0x848360) is unknown color: approx Bandicoot. HEX triplet: 84, 83 and 60. RGB value is (132,131,96). Sum of RGB (Red+Green+Blue) = 132+131+96=359 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.77% from 359); Green value is 131 (51.56% from 255 or 36.49% from 359); Blue value is 96 (37.89% from 255 or 26.74% from 359); Max value from RGB is 132 - color contains mainly: red. Hex color #848360 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848360 is #7B7C9F. Grayscale: #7F7F7F. Windows color (decimal): -8092832 or 6325124. OLE color: 6325124.

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

Color convert

RGB13213196-
CMYK00.010.270.48
HSL58.33º15.79%44.71%-
HSV(B)58.33º27.27%51.76%-
XYZ19.7421.9814.27-
YUV127.31110.33131.35-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.77%
GREEN value IS 131 (51.56% from 255) = 36.49%
BLUE value IS 96 (37.89% from 255) = 26.74%
R=36.77%
G=36.49%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321319600.010.270.4858.3315.7944.71
Hex848360011B303a102d
Octal204203140013360722055
Binary10000100100000111100000011101111000011101010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848360; }

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

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

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

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

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

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

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

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