#84855A

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

Shades of Bandicoot #84855A

Tints of Bandicoot #84855A

Color information

#84855A (or 0x84855A) is unknown color: approx Bandicoot. HEX triplet: 84, 85 and 5A. RGB value is (132,133,90). Sum of RGB (Red+Green+Blue) = 132+133+90=355 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.18% from 355); Green value is 133 (52.34% from 255 or 37.46% from 355); Blue value is 90 (35.55% from 255 or 25.35% from 355); Max value from RGB is 133 - color contains mainly: green. Hex color #84855A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84855A is #7B7AA5. Grayscale: #7F7F7F. Windows color (decimal): -8092326 or 5932420. OLE color: 5932420.

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

Color convert

RGB13213390-
CMYK0.0100.320.48
HSL61.4º19.28%43.73%-
HSV(B)61.4º32.33%52.16%-
XYZ19.7522.4212.96-
YUV127.8106.67131-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.18%
GREEN value IS 133 (52.34% from 255) = 37.46%
BLUE value IS 90 (35.55% from 255) = 25.35%
R=37.18%
G=37.46%
B=25.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132133900.0100.320.4861.419.2843.73
Hex84855A1020303d132c
Octal204205132104060752354
Binary100001001000010110110101010000011000011110110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84855A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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