#84835F

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

Shades of Bandicoot #84835F

Tints of Bandicoot #84835F

Color information

#84835F (or 0x84835F) is unknown color: approx Bandicoot. HEX triplet: 84, 83 and 5F. RGB value is (132,131,95). Sum of RGB (Red+Green+Blue) = 132+131+95=358 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.87% from 358); Green value is 131 (51.56% from 255 or 36.59% from 358); Blue value is 95 (37.5% from 255 or 26.54% from 358); Max value from RGB is 132 - color contains mainly: red. Hex color #84835F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84835F is #7B7CA0. Grayscale: #7F7F7F. Windows color (decimal): -8092833 or 6259588. OLE color: 6259588.

HSL color Cylindrical-coordinate representation of color #84835F: hue angle of 58.38º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #84835F is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB13213195-
CMYK00.010.280.48
HSL58.38º16.3%44.51%-
HSV(B)58.38º28.03%51.76%-
XYZ19.721.9614.03-
YUV127.19109.83131.43-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.87%
GREEN value IS 131 (51.56% from 255) = 36.59%
BLUE value IS 95 (37.5% from 255) = 26.54%
R=36.87%
G=36.59%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321319500.010.280.4858.3816.344.51
Hex84835F011C303a102d
Octal204203137013460722055
Binary10000100100000111011111011110011000011101010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84835F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84835F; }

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

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

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

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

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

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

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

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