#84855F

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

Shades of Bandicoot #84855F

Tints of Bandicoot #84855F

Color information

#84855F (or 0x84855F) is unknown color: approx Bandicoot. HEX triplet: 84, 85 and 5F. RGB value is (132,133,95). Sum of RGB (Red+Green+Blue) = 132+133+95=360 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.67% from 360); Green value is 133 (52.34% from 255 or 36.94% from 360); Blue value is 95 (37.5% from 255 or 26.39% from 360); Max value from RGB is 133 - color contains mainly: green. Hex color #84855F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84855F is #7B7AA0. Grayscale: #808080. Windows color (decimal): -8092321 or 6260100. OLE color: 6260100.

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

Color convert

RGB13213395-
CMYK0.0100.290.48
HSL61.58º16.67%44.71%-
HSV(B)61.58º28.57%52.16%-
XYZ19.9722.5114.12-
YUV128.37109.17130.59-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.67%
GREEN value IS 133 (52.34% from 255) = 36.94%
BLUE value IS 95 (37.5% from 255) = 26.39%
R=36.67%
G=36.94%
B=26.39%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132133950.0100.290.4861.5816.6744.71
Hex84855F101D303e112d
Octal204205137103560762155
Binary10000100100001011011111101110111000011111010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84855F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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