#848367

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

Shades of Bandicoot #848367

Tints of Bandicoot #848367

Color information

#848367 (or 0x848367) is unknown color: approx Bandicoot. HEX triplet: 84, 83 and 67. RGB value is (132,131,103). Sum of RGB (Red+Green+Blue) = 132+131+103=366 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.07% from 366); Green value is 131 (51.56% from 255 or 35.79% from 366); Blue value is 103 (40.62% from 255 or 28.14% from 366); Max value from RGB is 132 - color contains mainly: red. Hex color #848367 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848367 is #7B7C98. Grayscale: #808080. Windows color (decimal): -8092825 or 6783876. OLE color: 6783876.

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

Color convert

RGB132131103-
CMYK00.010.220.48
HSL57.93º12.34%46.08%-
HSV(B)57.93º21.97%51.76%-
XYZ20.0822.1216.04-
YUV128.11113.83130.78-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.07%
GREEN value IS 131 (51.56% from 255) = 35.79%
BLUE value IS 103 (40.62% from 255) = 28.14%
R=36.07%
G=35.79%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13213110300.010.220.4857.9312.3446.08
Hex8483670116303ac2e
Octal204203147012660721456
Binary1000010010000011110011101101101100001110101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848367; }

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

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

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

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

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

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

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

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