#848167

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

Shades of Bandicoot #848167

Tints of Bandicoot #848167

Color information

#848167 (or 0x848167) is unknown color: approx Bandicoot. HEX triplet: 84, 81 and 67. RGB value is (132,129,103). Sum of RGB (Red+Green+Blue) = 132+129+103=364 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.26% from 364); Green value is 129 (50.78% from 255 or 35.44% from 364); Blue value is 103 (40.62% from 255 or 28.30% from 364); Max value from RGB is 132 - color contains mainly: red. Hex color #848167 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848167 is #7B7E98. Grayscale: #7F7F7F. Windows color (decimal): -8093337 or 6783364. OLE color: 6783364.

HSL color Cylindrical-coordinate representation of color #848167: hue angle of 53.79º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #848167 is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.48.

Color convert

RGB132129103-
CMYK00.020.220.48
HSL53.79º12.34%46.08%-
HSV(B)53.79º21.97%51.76%-
XYZ19.8121.5915.95-
YUV126.93114.49131.61-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.26%
GREEN value IS 129 (50.78% from 255) = 35.44%
BLUE value IS 103 (40.62% from 255) = 28.30%
R=36.26%
G=35.44%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13212910300.020.220.4853.7912.3446.08
Hex84816702163036c2e
Octal204201147022660661456
Binary10000100100000011100111010101101100001101101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848167; }

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

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

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

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

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

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

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

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