#848369

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

Shades of Bandicoot #848369

Tints of Bandicoot #848369

Color information

#848369 (or 0x848369) is unknown color: approx Bandicoot. HEX triplet: 84, 83 and 69. RGB value is (132,131,105). Sum of RGB (Red+Green+Blue) = 132+131+105=368 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.87% from 368); Green value is 131 (51.56% from 255 or 35.60% from 368); Blue value is 105 (41.41% from 255 or 28.53% from 368); Max value from RGB is 132 - color contains mainly: red. Hex color #848369 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848369 is #7B7C96. Grayscale: #808080. Windows color (decimal): -8092823 or 6914948. OLE color: 6914948.

HSL color Cylindrical-coordinate representation of color #848369: hue angle of 57.78º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #848369 is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB132131105-
CMYK00.010.200.48
HSL57.78º11.39%46.47%-
HSV(B)57.78º20.45%51.76%-
XYZ20.1822.1616.58-
YUV128.33114.83130.61-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.87%
GREEN value IS 131 (51.56% from 255) = 35.60%
BLUE value IS 105 (41.41% from 255) = 28.53%
R=35.87%
G=35.60%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13213110500.010.200.4857.7811.3946.47
Hex8483690114303ab2e
Octal204203151012460721356
Binary1000010010000011110100101101001100001110101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848369; }

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

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

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

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

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

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

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

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