#848169

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

Shades of Bandicoot #848169

Tints of Bandicoot #848169

Color information

#848169 (or 0x848169) is unknown color: approx Bandicoot. HEX triplet: 84, 81 and 69. RGB value is (132,129,105). Sum of RGB (Red+Green+Blue) = 132+129+105=366 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.07% from 366); Green value is 129 (50.78% from 255 or 35.25% from 366); Blue value is 105 (41.41% from 255 or 28.69% from 366); Max value from RGB is 132 - color contains mainly: red. Hex color #848169 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848169 is #7B7E96. Grayscale: #7F7F7F. Windows color (decimal): -8093335 or 6914436. OLE color: 6914436.

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

Color convert

RGB132129105-
CMYK00.020.200.48
HSL53.33º11.39%46.47%-
HSV(B)53.33º20.45%51.76%-
XYZ19.9221.6316.49-
YUV127.16115.49131.45-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.07%
GREEN value IS 129 (50.78% from 255) = 35.25%
BLUE value IS 105 (41.41% from 255) = 28.69%
R=36.07%
G=35.25%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13212910500.020.200.4853.3311.3946.47
Hex84816902143035b2e
Octal204201151022460651356
Binary10000100100000011101001010101001100001101011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848169; }

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

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

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

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

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

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

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

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